BatchAccountRegenerateKeyContent Class

Definition

Parameters supplied to the RegenerateKey operation.

public class BatchAccountRegenerateKeyContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent>
public class BatchAccountRegenerateKeyContent
type BatchAccountRegenerateKeyContent = class
    interface IJsonModel<BatchAccountRegenerateKeyContent>
    interface IPersistableModel<BatchAccountRegenerateKeyContent>
type BatchAccountRegenerateKeyContent = class
Public Class BatchAccountRegenerateKeyContent
Implements IJsonModel(Of BatchAccountRegenerateKeyContent), IPersistableModel(Of BatchAccountRegenerateKeyContent)
Public Class BatchAccountRegenerateKeyContent
Inheritance
BatchAccountRegenerateKeyContent
Implements

Constructors

BatchAccountRegenerateKeyContent(BatchAccountKeyType)

Initializes a new instance of BatchAccountRegenerateKeyContent.

Properties

KeyType

The type of account key to regenerate.

Explicit Interface Implementations

IJsonModel<BatchAccountRegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchAccountRegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccountRegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccountRegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchAccountRegenerateKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to