Share via


AutoExportJobPatch.AdminStatus Property

Definition

The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.

public Azure.ResourceManager.StorageCache.Models.AutoExportJobAdminStatus? AdminStatus { get; set; }
member this.AdminStatus : Nullable<Azure.ResourceManager.StorageCache.Models.AutoExportJobAdminStatus> with get, set
Public Property AdminStatus As Nullable(Of AutoExportJobAdminStatus)

Property Value

Applies to