IDeletedBackupInstanceResource.CurrentProtectionState 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.
Specifies the current protection state of the resource
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Invalid", "NotProtected", "ConfiguringProtection", "ProtectionConfigured", "BackupSchedulesSuspended", "RetentionSchedulesSuspended", "ProtectionStopped", "ProtectionError", "ConfiguringProtectionFailed", "SoftDeleting", "SoftDeleted", "UpdatingProtection" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="Specifies the current protection state of the resource", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentProtectionState", Update=false)]
public string CurrentProtectionState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Invalid", "NotProtected", "ConfiguringProtection", "ProtectionConfigured", "BackupSchedulesSuspended", "RetentionSchedulesSuspended", "ProtectionStopped", "ProtectionError", "ConfiguringProtectionFailed", "SoftDeleting", "SoftDeleted", "UpdatingProtection" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="Specifies the current protection state of the resource", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentProtectionState", Update=false)>]
member this.CurrentProtectionState : string
Public ReadOnly Property CurrentProtectionState As String
Property Value
- Attributes