次の方法で共有


GatewayListDebugCredentialsContract Class

Definition

List debug credentials properties.

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

Constructors

GatewayListDebugCredentialsContract(IEnumerable<GatewayListDebugCredentialsContractPurpose>, ResourceIdentifier)

Initializes a new instance of GatewayListDebugCredentialsContract.

Properties

ApiId

Full resource Id of an API.

CredentialsExpireAfter

Credentials expiration in ISO8601 format. Maximum duration of the credentials is PT1H. When property is not specified, them value PT1H is used.

Purposes

Purposes of debug credential.

Explicit Interface Implementations

IJsonModel<GatewayListDebugCredentialsContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GatewayListDebugCredentialsContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayListDebugCredentialsContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayListDebugCredentialsContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GatewayListDebugCredentialsContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to