다음을 통해 공유


AcceptOwnershipContent Class

Definition

The parameters required to accept subscription ownership.

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

Constructors

AcceptOwnershipContent()

Initializes a new instance of AcceptOwnershipContent.

Properties

Properties

Accept subscription ownership request properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AcceptOwnershipContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AcceptOwnershipContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AcceptOwnershipContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AcceptOwnershipContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AcceptOwnershipContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to