ArmBillingTrustModelFactory.BillingTrustDomainEntry Method

Definition

public static Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntry BillingTrustDomainEntry(System.Collections.Generic.IEnumerable<string> domainNames = default, Guid? tenantId = default, Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntryState? state = default, Azure.ResponseError error = default);
static member BillingTrustDomainEntry : seq<string> * Nullable<Guid> * Nullable<Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntryState> * Azure.ResponseError -> Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntry
Public Shared Function BillingTrustDomainEntry (Optional domainNames As IEnumerable(Of String) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional state As Nullable(Of BillingTrustDomainEntryState) = Nothing, Optional error As ResponseError = Nothing) As BillingTrustDomainEntry

Parameters

domainNames
IEnumerable<String>

Domain names associated with a tenant.

tenantId
Nullable<Guid>

The Microsoft Entra tenant ID owning these domains. Defaults to the calling user's tenant when omitted.

state
Nullable<BillingTrustDomainEntryState>

The verification state of this domain entry. Server-managed.

error
ResponseError

Error detail when state is failed or actionRequired. Omitted otherwise. Server-managed.

Returns

A new BillingTrustDomainEntry instance for mocking.

Applies to