Compartir a través de


ServiceSasParameters.Protocols Propiedad

Definición

Obtiene o establece el protocolo permitido para una solicitud realizada con la SAS de la cuenta. Entre los valores posibles se incluyen: "https,http", "https"

[Newtonsoft.Json.JsonProperty(PropertyName="signedProtocol")]
public Microsoft.Azure.Management.Storage.Models.HttpProtocol? Protocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signedProtocol")>]
member this.Protocols : Nullable<Microsoft.Azure.Management.Storage.Models.HttpProtocol> with get, set
Public Property Protocols As Nullable(Of HttpProtocol)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a