BillingProfileCreationRequest Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.
Vlag bepalen of de facturen voor het factureringsprofiel via e-mail worden verzonden.
Van toepassing op
Azure SDK for .NET