AutoExportJobPatch.AdminStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)