IServiceSasParameters.Resource 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 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