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.PSArgumentCompleter(new System.String[] { "RestoreWithVolumeData", "RestoreWithoutVolumeData" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="persistentVolumeRestoreMode", Update=true)]
public string PersistentVolumeRestoreMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "RestoreWithVolumeData", "RestoreWithoutVolumeData" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="persistentVolumeRestoreMode", Update=true)>]
member this.PersistentVolumeRestoreMode : string with get, set
Public Property PersistentVolumeRestoreMode As String

Property Value

Attributes

Applies to