Share via


VolumeGroupVolumeProperties.ProtocolTypes Property

Definition

Gets or sets set of protocol types, default NFSv3, CIFS for SMB protocol

[Newtonsoft.Json.JsonProperty(PropertyName="properties.protocolTypes")]
public System.Collections.Generic.IList<string> ProtocolTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.protocolTypes")>]
member this.ProtocolTypes : System.Collections.Generic.IList<string> with get, set
Public Property ProtocolTypes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Set of protocol types, default NFSv3, CIFS for SMB protocol

Applies to