IStorageClassResource.AccessMode Property

Definition

The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce]

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "ReadWriteOnce", "ReadWriteMany" })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce]", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessModes", Update=true)]
public System.Collections.Generic.List<string> AccessMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "ReadWriteOnce", "ReadWriteMany" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce]", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessModes", Update=true)>]
member this.AccessMode : System.Collections.Generic.List<string> with get, set
Public Property AccessMode As List(Of String)

Property Value

Attributes

Applies to