次の方法で共有


IServiceSasParameters.Protocol Property

Definition

The protocol permitted for a request made with the account SAS.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The protocol permitted for a request made with the account SAS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol) }, ReadOnly=false, Required=false, SerializedName="signedProtocol")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol? Protocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The protocol permitted for a request made with the account SAS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol) }, ReadOnly=false, Required=false, SerializedName="signedProtocol")>]
member this.Protocol : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol> with get, set
Public Property Protocol As Nullable(Of HttpProtocol)

Property Value

Attributes

Applies to