共用方式為


ArmBillingModelFactory.BillingProfileInfo Method

Definition

Initializes a new instance of BillingProfileInfo.

public static Azure.ResourceManager.Billing.Models.BillingProfileInfo BillingProfileInfo (Azure.Core.ResourceIdentifier billingAccountId = default, string billingProfileDisplayName = default, Azure.Core.ResourceIdentifier billingProfileId = default, string billingProfileSystemId = default, string indirectRelationshipOrganizationName = default);
static member BillingProfileInfo : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Billing.Models.BillingProfileInfo
Public Shared Function BillingProfileInfo (Optional billingAccountId As ResourceIdentifier = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional billingProfileId As ResourceIdentifier = Nothing, Optional billingProfileSystemId As String = Nothing, Optional indirectRelationshipOrganizationName As String = Nothing) As BillingProfileInfo

Parameters

billingAccountId
ResourceIdentifier

The fully qualified ID that uniquely identifies a billing account.

billingProfileDisplayName
String

The name of the billing profile.

billingProfileId
ResourceIdentifier

The friendly ID that uniquely identifies a billing profile.

billingProfileSystemId
String

The fully qualified ID that uniquely identifies a billing profile.

indirectRelationshipOrganizationName
String

Billing account name. Available for a specific type of agreement.

Returns

A new BillingProfileInfo instance for mocking.

Applies to