Share via


StorageAccountListKeysResult Class

Definition

The response from the ListKeys operation.

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

Constructors

StorageAccountListKeysResult()

Creates an new StorageAccountListKeysResult instance.

Properties

Key

Gets the list of storage account keys and their properties for the specified storage account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageAccountListKeysResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAccountListKeysResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAccountListKeysResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to