ServiceSasParameters Class

Definition

The parameters to list service SAS credentials of a specific resource.

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

Constructors

ServiceSasParameters()

Creates an new ServiceSasParameters instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceSasParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceSasParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParameters.

FromJsonString(String)

Creates a new instance of ServiceSasParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceSasParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to