StorageAccountRegenerateKeyParameters 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 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() |