AcceptOwnershipStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subscription Accept Ownership Response.
public class AcceptOwnershipStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Subscription.Models.AcceptOwnershipStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Subscription.Models.AcceptOwnershipStatus>
public class AcceptOwnershipStatus
type AcceptOwnershipStatus = class
interface IJsonModel<AcceptOwnershipStatus>
interface IPersistableModel<AcceptOwnershipStatus>
type AcceptOwnershipStatus = class
Public Class AcceptOwnershipStatus
Implements IJsonModel(Of AcceptOwnershipStatus), IPersistableModel(Of AcceptOwnershipStatus)
Public Class AcceptOwnershipStatus
- Inheritance
-
AcceptOwnershipStatus
- Implements
Properties
AcceptOwnershipState |
The accept ownership state of the resource. |
BillingOwner |
UPN of the billing owner. |
DisplayName |
The display name of the subscription. |
ProvisioningState |
The provisioning state of the resource. |
SubscriptionId |
Newly created subscription Id. |
SubscriptionTenantId |
Tenant Id of the subscription. |
Tags |
Tags for the subscription. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AcceptOwnershipStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AcceptOwnershipStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AcceptOwnershipStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AcceptOwnershipStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AcceptOwnershipStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET