Aracılığıyla paylaş


FileShareItem.EnabledProtocols Property

Definition

Gets or sets the authentication protocol that is used for the file share. Can only be specified when creating a share. Possible values include: 'SMB', 'NFS'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledProtocols")]
public string EnabledProtocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledProtocols")>]
member this.EnabledProtocols : string with get, set
Public Property EnabledProtocols As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to