Delen via


BillingProfileCreationRequest Constructors

Definitie

Overloads

BillingProfileCreationRequest()

Initialiseert een nieuw exemplaar van de klasse BillingProfileCreationRequest.

BillingProfileCreationRequest(String, String, AddressDetails, Nullable<Boolean>, IList<AzurePlan>)

Initialiseert een nieuw exemplaar van de klasse BillingProfileCreationRequest.

BillingProfileCreationRequest()

Initialiseert een nieuw exemplaar van de klasse BillingProfileCreationRequest.

public BillingProfileCreationRequest ();
Public Sub New ()

Van toepassing op

BillingProfileCreationRequest(String, String, AddressDetails, Nullable<Boolean>, IList<AzurePlan>)

Initialiseert een nieuw exemplaar van de klasse BillingProfileCreationRequest.

public BillingProfileCreationRequest (string displayName = default, string poNumber = default, Microsoft.Azure.Management.Billing.Models.AddressDetails billTo = default, bool? invoiceEmailOptIn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfileCreationRequest : string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> -> Microsoft.Azure.Management.Billing.Models.BillingProfileCreationRequest
Public Sub New (Optional displayName As String = Nothing, Optional poNumber As String = Nothing, Optional billTo As AddressDetails = Nothing, Optional invoiceEmailOptIn As Nullable(Of Boolean) = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing)

Parameters

displayName
String

De naam van het factureringsprofiel.

poNumber
String

De naam van de inkooporder die wordt weergegeven op de facturen die worden gegenereerd voor het factureringsprofiel.

billTo
AddressDetails

Het adres van de persoon of organisatie die verantwoordelijk is voor het factureringsprofiel.

invoiceEmailOptIn
Nullable<Boolean>

Vlag bepalen of de facturen voor het factureringsprofiel via e-mail worden verzonden.

enabledAzurePlans
IList<AzurePlan>

Azure-abonnementen ingeschakeld voor het factureringsprofiel.

Van toepassing op