StorageAccountRegenerateKeyContent 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.
public class StorageAccountRegenerateKeyContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent>
public class StorageAccountRegenerateKeyContent
type StorageAccountRegenerateKeyContent = class
interface IJsonModel<StorageAccountRegenerateKeyContent>
interface IPersistableModel<StorageAccountRegenerateKeyContent>
type StorageAccountRegenerateKeyContent = class
Public Class StorageAccountRegenerateKeyContent
Implements IJsonModel(Of StorageAccountRegenerateKeyContent), IPersistableModel(Of StorageAccountRegenerateKeyContent)
Public Class StorageAccountRegenerateKeyContent
- Inheritance
-
StorageAccountRegenerateKeyContent
- Implements
Constructors
StorageAccountRegenerateKeyContent(String) |
Initializes a new instance of StorageAccountRegenerateKeyContent. |
Properties
KeyName |
The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2. |
Explicit Interface Implementations
IJsonModel<StorageAccountRegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageAccountRegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageAccountRegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageAccountRegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageAccountRegenerateKeyContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET