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>
public class RegenerateAppPlatformServiceTestKeyContent
type RegenerateAppPlatformServiceTestKeyContent = class
    interface IJsonModel<RegenerateAppPlatformServiceTestKeyContent>
    interface IPersistableModel<RegenerateAppPlatformServiceTestKeyContent>
type RegenerateAppPlatformServiceTestKeyContent = class
Public Class RegenerateAppPlatformServiceTestKeyContent
Implements IJsonModel(Of RegenerateAppPlatformServiceTestKeyContent), IPersistableModel(Of RegenerateAppPlatformServiceTestKeyContent)
Public Class RegenerateAppPlatformServiceTestKeyContent
Inheritance
RegenerateAppPlatformServiceTestKeyContent
Implements

Constructors

RegenerateAppPlatformServiceTestKeyContent(AppPlatformServiceTestKeyType)

Initializes a new instance of RegenerateAppPlatformServiceTestKeyContent.

Properties

KeyType

Type of the test key.

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 Utf8JsonWriter.

IPersistableModel<RegenerateAppPlatformServiceTestKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to