IntegrationRuntimeRegenerateKeyContent Class

Definition

Parameters to regenerate the authentication key.

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

Constructors

IntegrationRuntimeRegenerateKeyContent()

Initializes a new instance of IntegrationRuntimeRegenerateKeyContent.

Properties

KeyName

The name of the authentication key to regenerate.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeRegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeRegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeRegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeRegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeRegenerateKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to