Partager via


ListAccountSasResponse Class

Definition

The List SAS credentials operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ListAccountSasResponseTypeConverter))]
public class ListAccountSasResponse : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IListAccountSasResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ListAccountSasResponseTypeConverter))>]
type ListAccountSasResponse = class
    interface IListAccountSasResponse
    interface IJsonSerializable
Public Class ListAccountSasResponse
Implements IListAccountSasResponse
Inheritance
ListAccountSasResponse
Attributes
Implements

Constructors

ListAccountSasResponse()

Creates an new ListAccountSasResponse instance.

Properties

AccountSasToken

List SAS credentials of storage account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListAccountSasResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListAccountSasResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IListAccountSasResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListAccountSasResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to