다음을 통해 공유


BillingAssociatedTenantProperties Class

Definition

An associated tenant.

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

Constructors

BillingAssociatedTenantProperties()

Initializes a new instance of BillingAssociatedTenantProperties.

Properties

BillingManagementState

The state determines whether users from the associated tenant can be assigned roles for commerce activities like viewing and downloading invoices, managing payments, and making purchases.

DisplayName

The name of the associated tenant.

ProvisioningBillingRequestId

The unique identifier for the billing request that is created when enabling provisioning for an associated tenant.

ProvisioningManagementState

The state determines whether subscriptions and licenses can be provisioned in the associated tenant. It can be set to 'Pending' to initiate a billing request.

ProvisioningState

The provisioning state of the resource during a long-running operation.

TenantId

The ID that uniquely identifies a tenant.

Explicit Interface Implementations

IJsonModel<BillingAssociatedTenantProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingAssociatedTenantProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingAssociatedTenantProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingAssociatedTenantProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingAssociatedTenantProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to