SubscriptionKeysContract Class

Definition

Subscription keys.

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

Properties

PrimaryKey

Subscription primary key.

SecondaryKey

Subscription secondary key.

Explicit Interface Implementations

IJsonModel<SubscriptionKeysContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionKeysContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionKeysContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionKeysContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionKeysContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to