GatewayDebugCredentialsContract Class

Definition

Gateway debug credentials.

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

Properties

Token

Gateway debug token.

Explicit Interface Implementations

IJsonModel<GatewayDebugCredentialsContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GatewayDebugCredentialsContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayDebugCredentialsContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayDebugCredentialsContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GatewayDebugCredentialsContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to