ArmBillingTrustModelFactory.BillingTrustDomainEntry Method
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.
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.
The Microsoft Entra tenant ID owning these domains. Defaults to the calling user's tenant when omitted.
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.