Share via


RegenerateAppPlatformServiceTestKeyContent Class

Definition

Regenerate test key request payload.

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

Constructors

RegenerateAppPlatformServiceTestKeyContent(AppPlatformServiceTestKeyType)

Initializes a new instance of RegenerateAppPlatformServiceTestKeyContent.

Properties

KeyType

Type of the test key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RegenerateAppPlatformServiceTestKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegenerateAppPlatformServiceTestKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<RegenerateAppPlatformServiceTestKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<RegenerateAppPlatformServiceTestKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegenerateAppPlatformServiceTestKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to