Поделиться через


AcceptOwnershipRequestProperties Class

Definition

Accept subscription ownership request properties.

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

Constructors

AcceptOwnershipRequestProperties(String)

Initializes a new instance of AcceptOwnershipRequestProperties.

Properties

DisplayName

The friendly name of the subscription.

ManagementGroupId

Management group Id for the subscription.

Tags

Tags for the subscription.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AcceptOwnershipRequestProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AcceptOwnershipRequestProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AcceptOwnershipRequestProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AcceptOwnershipRequestProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AcceptOwnershipRequestProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to