Partager via


IAccountSasParameters.Service Property

Definition

The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "b", "q", "t", "f" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="signedServices", Update=true)]
public string Service { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "b", "q", "t", "f" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="signedServices", Update=true)>]
member this.Service : string with get, set
Public Property Service As String

Property Value

Attributes

Applies to