BillingAccount 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
BillingAccount() |
Initialiseert een nieuw exemplaar van de klasse BillingAccount. |
BillingAccount(String, String, String, String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>) |
Initialiseert een nieuw exemplaar van de klasse BillingAccount. |
BillingAccount()
Initialiseert een nieuw exemplaar van de klasse BillingAccount.
public BillingAccount();
Public Sub New ()
Van toepassing op
BillingAccount(String, String, String, String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>)
Initialiseert een nieuw exemplaar van de klasse BillingAccount.
public BillingAccount(string id = default, string name = default, string type = default, string displayName = default, Microsoft.Azure.Management.Billing.Models.AddressDetails soldTo = default, string agreementType = default, string accountType = default, string accountStatus = default, Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand billingProfiles = default, Microsoft.Azure.Management.Billing.Models.Enrollment enrollmentDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Department> departments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> enrollmentAccounts = default, bool? hasReadAccess = default);
new Microsoft.Azure.Management.Billing.Models.BillingAccount : string * string * string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * string * string * string * Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand * Microsoft.Azure.Management.Billing.Models.Enrollment * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Department> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> * Nullable<bool> -> Microsoft.Azure.Management.Billing.Models.BillingAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional soldTo As AddressDetails = Nothing, Optional agreementType As String = Nothing, Optional accountType As String = Nothing, Optional accountStatus As String = Nothing, Optional billingProfiles As BillingProfilesOnExpand = Nothing, Optional enrollmentDetails As Enrollment = Nothing, Optional departments As IList(Of Department) = Nothing, Optional enrollmentAccounts As IList(Of EnrollmentAccount) = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
Resource-id.
- name
- String
Resourcenaam.
- type
- String
Resourcetype.
- displayName
- String
De naam van de factureringsrekening.
- soldTo
- AddressDetails
Het adres van de persoon of organisatie die verantwoordelijk is voor de factureringsrekening.
- agreementType
- String
Het type overeenkomst. Mogelijke waarden zijn: 'MicrosoftCustomerAgreement', 'EnterpriseAgreement', 'MicrosoftOnlineServicesProgram', 'MicrosoftPartnerAgreement'
- accountType
- String
Het type klant. Mogelijke waarden zijn: 'Onderneming', 'Individueel', 'Partner'
- accountStatus
- String
De huidige status van de factureringsrekening. Mogelijke waarden zijn: 'Actief', 'Verwijderd', 'Uitgeschakeld', 'Verlopen', 'Overgedragen', 'Uitgebreid', 'Beƫindigd'
- billingProfiles
- BillingProfilesOnExpand
De factureringsprofielen die zijn gekoppeld aan de factureringsrekening. Standaard wordt dit niet ingevuld, tenzij dit is opgegeven in $expand.
- enrollmentDetails
- Enrollment
De details over de gekoppelde verouderde inschrijving. Standaard wordt dit niet ingevuld, tenzij dit is opgegeven in $expand.
- departments
- IList<Department>
De afdelingen die aan de inschrijving zijn gekoppeld.
- enrollmentAccounts
- IList<EnrollmentAccount>
De accounts die zijn gekoppeld aan de inschrijving.
Hiermee wordt aangegeven of de gebruiker leestoegang heeft tot de factureringsrekening.
Van toepassing op
Azure SDK for .NET