Condividi tramite


IKubernetesClusterVaultTierRestoreCriteria.PersistentVolumeRestoreMode Property

Definition

Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored from vault.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored from vault.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode) }, ReadOnly=false, Required=false, SerializedName="persistentVolumeRestoreMode")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode? PersistentVolumeRestoreMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored from vault.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode) }, ReadOnly=false, Required=false, SerializedName="persistentVolumeRestoreMode")>]
member this.PersistentVolumeRestoreMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode> with get, set
Public Property PersistentVolumeRestoreMode As Nullable(Of PersistentVolumeRestoreMode)

Property Value

Attributes

Applies to