ISnapshot.Status Property

Definition

The current status of the snapshot.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.PSArgumentCompleter(new System.String[] { "provisioning", "ready", "archived", "failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=false, Description="The current status of the snapshot.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)]
public string Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.PSArgumentCompleter(new System.String[] { "provisioning", "ready", "archived", "failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=false, Description="The current status of the snapshot.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)>]
member this.Status : string
Public ReadOnly Property Status As String

Property Value

Attributes

Applies to