Dela via


SubscriptionName Class

Definition

The new name of the subscription.

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

Constructors

SubscriptionName()

Initializes a new instance of SubscriptionName.

Properties

SubscriptionNameValue

New subscription name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SubscriptionName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to