IStorageClassResourceUpdate.AllowVolumeExpansion 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.
Volume can be expanded or not
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "Allow", "Disallow" })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Volume can be expanded or not", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowVolumeExpansion", Update=true)]
public string AllowVolumeExpansion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "Allow", "Disallow" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Volume can be expanded or not", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowVolumeExpansion", Update=true)>]
member this.AllowVolumeExpansion : string with get, set
Public Property AllowVolumeExpansion As String
Property Value
- Attributes