IKubernetesClusterRestoreCriteria.PersistentVolumeRestoreMode 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.
Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored.
[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.", 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.", 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