ServiceSasParameters Class
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 parameters to list service SAS credentials of a specific resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ServiceSasParametersTypeConverter))]
public class ServiceSasParameters : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IServiceSasParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.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.Storage.Models.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. |
ToString() |