Delen via


EnabledSubscriptionId Class

Definition

The ID of the subscriptions that is being enabled.

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

Properties

SubscriptionId

The ID of the subscriptions that is being enabled.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EnabledSubscriptionId>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnabledSubscriptionId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnabledSubscriptionId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnabledSubscriptionId>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnabledSubscriptionId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to