AutoExportJobData.State Property

Definition

Caution

This setter does not work because this service-defined status is not meant to be settable.

The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error. The setter does not work because this service-defined status is not meant to be settable.

public Azure.ResourceManager.StorageCache.Models.AutoExportStatusType? State { get; [System.Obsolete("This setter does not work because this service-defined status is not meant to be settable.", false)] set; }
public Azure.ResourceManager.StorageCache.Models.AutoExportStatusType? State { get; set; }
[<set: System.Obsolete("This setter does not work because this service-defined status is not meant to be settable.", false)>]
member this.State : Nullable<Azure.ResourceManager.StorageCache.Models.AutoExportStatusType> with get, set
member this.State : Nullable<Azure.ResourceManager.StorageCache.Models.AutoExportStatusType> with get, set
Public Property State As Nullable(Of AutoExportStatusType)

Property Value

Attributes

Applies to