共用方式為


IAutoExportJobPropertiesStatus.ExportIterationCount Property

Definition

Number of iterations completed since the start of the export.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="Number of iterations completed since the start of the export.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="exportIterationCount", Update=false)]
public int? ExportIterationCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="Number of iterations completed since the start of the export.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="exportIterationCount", Update=false)>]
member this.ExportIterationCount : Nullable<int>
Public ReadOnly Property ExportIterationCount As Nullable(Of Integer)

Property Value

Attributes

Applies to