IBackupVaultResource.ResourceMoveState 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.
Resource move state for backup vault
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Resource move state for backup vault", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState) }, ReadOnly=true, Required=false, SerializedName="resourceMoveState")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState? ResourceMoveState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Resource move state for backup vault", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState) }, ReadOnly=true, Required=false, SerializedName="resourceMoveState")>]
member this.ResourceMoveState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState>
Public ReadOnly Property ResourceMoveState As Nullable(Of ResourceMoveState)
Property Value
- Attributes