你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccountRegenerateKeyParameters Class

Definition

The parameters used to regenerate the storage account key.

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

Constructors

StorageAccountRegenerateKeyParameters()

Creates an new StorageAccountRegenerateKeyParameters instance.

Properties

KeyName

The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageAccountRegenerateKeyParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAccountRegenerateKeyParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAccountRegenerateKeyParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to