IServiceSasParameters.Protocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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