Compartir a través de


IServiceSasParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSasParametersTypeConverter))]
public interface IServiceSasParameters : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSasParametersTypeConverter))>]
type IServiceSasParameters = interface
    interface IJsonSerializable
Public Interface IServiceSasParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CacheControl

The response header override for cache control.

CanonicalizedResource

The canonical path to the signed resource.

ContentDisposition

The response header override for content disposition.

ContentEncoding

The response header override for content encoding.

ContentLanguage

The response header override for content language.

ContentType

The response header override for content type.

Identifier

A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table.

IPAddressOrRange

An IP address or a range of IP addresses from which to accept requests.

KeyToSign

The key to sign the account SAS token with.

PartitionKeyEnd

The end of partition key.

PartitionKeyStart

The start of partition key.

Permission

The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).

Protocol

The protocol permitted for a request made with the account SAS.

Resource

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

RowKeyEnd

The end of row key.

RowKeyStart

The start of row key.

SharedAccessExpiryTime

The time at which the shared access signature becomes invalid.

SharedAccessStartTime

The time at which the SAS becomes valid.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to