Condividi tramite


IPrimingJob.State Property

Definition

The state of the priming operation.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The state of the priming operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobState) }, ReadOnly=true, Required=false, SerializedName="primingJobState")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobState? State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The state of the priming operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobState) }, ReadOnly=true, Required=false, SerializedName="primingJobState")>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobState>
Public ReadOnly Property State As Nullable(Of PrimingJobState)

Property Value

Attributes

Applies to