Dela via


RenamedSubscriptionId Class

Definition

The ID of the subscriptions that is being renamed.

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

Properties

SubscriptionId

The ID of the subscriptions that is being renamed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RenamedSubscriptionId>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RenamedSubscriptionId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RenamedSubscriptionId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RenamedSubscriptionId>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RenamedSubscriptionId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to