Dela via


AgentRegistrationRegenerateKeyContent Class

Definition

The parameters supplied to the regenerate keys operation.

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

Constructors

AgentRegistrationRegenerateKeyContent(AgentRegistrationKeyName)

Initializes a new instance of AgentRegistrationRegenerateKeyContent.

Properties

KeyName

Gets or sets the agent registration key name - primary or secondary.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgentRegistrationRegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgentRegistrationRegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentRegistrationRegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentRegistrationRegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgentRegistrationRegenerateKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to