Share via


ServiceSasParameters.Resource Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="signedResource")]
public Microsoft.Azure.Management.Storage.Fluent.Models.SignedResource Resource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signedResource")>]
member this.Resource : Microsoft.Azure.Management.Storage.Fluent.Models.SignedResource with get, set
Public Property Resource As SignedResource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to