SubscriptionKeyParameterNamesContract Class

Definition

Subscription key parameter names details.

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

Constructors

SubscriptionKeyParameterNamesContract()

Initializes a new instance of SubscriptionKeyParameterNamesContract.

Properties

Header

Subscription key header name.

Query

Subscription key query string parameter name.

Explicit Interface Implementations

IJsonModel<SubscriptionKeyParameterNamesContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionKeyParameterNamesContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionKeyParameterNamesContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionKeyParameterNamesContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionKeyParameterNamesContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to