GatewayListTraceContract Class

Definition

List trace properties.

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

Constructors

GatewayListTraceContract()

Initializes a new instance of GatewayListTraceContract.

Properties

TraceId

Trace id.

Explicit Interface Implementations

IJsonModel<GatewayListTraceContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GatewayListTraceContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayListTraceContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayListTraceContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GatewayListTraceContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to