Share via


IAccountSasParameters.ResourceType Property

Definition

The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes) }, ReadOnly=false, Required=true, SerializedName="signedResourceTypes")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes ResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes) }, ReadOnly=false, Required=true, SerializedName="signedResourceTypes")>]
member this.ResourceType : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes with get, set
Public Property ResourceType As SignedResourceTypes

Property Value

Attributes

Applies to