StorageAccountListKeysResult 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 response from the ListKeys operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountListKeysResultTypeConverter))]
public class StorageAccountListKeysResult : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountListKeysResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.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.Storage.Models.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. |
ToString() |