SignalRRegenerateKeyContent Class

Definition

Parameters describes the request to regenerate access keys.

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

Constructors

SignalRRegenerateKeyContent()

Initializes a new instance of SignalRRegenerateKeyContent.

Properties

KeyType

The type of access key.

Explicit Interface Implementations

IJsonModel<SignalRRegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SignalRRegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRRegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRRegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRRegenerateKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to