Compartilhar via


IServiceSasParameters.Resource Property

Definition

The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s).

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

Property Value

Attributes

Applies to