GatewayKeyRegenerateContent Class

Definition

Gateway key regeneration request contract properties.

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

Constructors

GatewayKeyRegenerateContent(GatewayRegenerateKeyType)

Initializes a new instance of GatewayKeyRegenerateContent.

Properties

KeyType

The Key being regenerated.

Explicit Interface Implementations

IJsonModel<GatewayKeyRegenerateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GatewayKeyRegenerateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayKeyRegenerateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayKeyRegenerateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GatewayKeyRegenerateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to