RegenerateServiceAccountKeyContent Class

Definition

Regenerate key parameters.

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

Constructors

RegenerateServiceAccountKeyContent(ServiceAccountKeyName)

Initializes a new instance of RegenerateServiceAccountKeyContent.

Properties

KeyName

key name to generate (Key1|Key2).

Explicit Interface Implementations

IJsonModel<RegenerateServiceAccountKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegenerateServiceAccountKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegenerateServiceAccountKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegenerateServiceAccountKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegenerateServiceAccountKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to