Share via


AppPlatformServiceTestKeys Class

Definition

Test keys payload.

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

Properties

IsEnabled

Indicates whether the test endpoint feature enabled or not.

PrimaryKey

Primary key.

PrimaryTestEndpoint

Primary test endpoint.

SecondaryKey

Secondary key.

SecondaryTestEndpoint

Secondary test endpoint.

Explicit Interface Implementations

IJsonModel<AppPlatformServiceTestKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformServiceTestKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformServiceTestKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformServiceTestKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformServiceTestKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to