Freigeben über


BillingAccount Konstruktoren

Definition

Überlädt

BillingAccount()

Initialisiert eine neue instance der BillingAccount-Klasse.

BillingAccount(String, String, String, String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>)

Initialisiert eine neue instance der BillingAccount-Klasse.

BillingAccount()

Initialisiert eine neue instance der BillingAccount-Klasse.

public BillingAccount();
Public Sub New ()

Gilt für:

BillingAccount(String, String, String, String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>)

Initialisiert eine neue instance der BillingAccount-Klasse.

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)

Parameter

id
String

Ressourcen-ID.

name
String

Name der Ressource.

type
String

Der Ressourcentyp.

displayName
String

Der Name des Abrechnungskontos.

soldTo
AddressDetails

Die Adresse der Person oder organization, die für das Abrechnungskonto verantwortlich ist.

agreementType
String

Der Typ der Vereinbarung. Mögliche Werte: "MicrosoftCustomerAgreement", "EnterpriseAgreement", "MicrosoftOnlineServicesProgram", "MicrosoftPartnerAgreement"

accountType
String

Der Typ des Kunden. Mögliche Werte: "Enterprise", "Individual", "Partner"

accountStatus
String

Die aktuelle status des Abrechnungskontos. Mögliche Werte: "Active", "Deleted", "Disabled", "Expired", "Transfer", "Extended", "Terminated"

billingProfiles
BillingProfilesOnExpand

Die Abrechnungsprofile, die dem Abrechnungskonto zugeordnet sind. Standardmäßig wird dies nicht aufgefüllt, es sei denn, es wird in $expand angegeben.

enrollmentDetails
Enrollment

Die Details zur zugeordneten Legacyregistrierung. Standardmäßig wird dies nicht aufgefüllt, es sei denn, es wird in $expand angegeben.

departments
IList<Department>

Die Abteilungen, die der Registrierung zugeordnet sind.

enrollmentAccounts
IList<EnrollmentAccount>

Die Konten, die der Registrierung zugeordnet sind.

hasReadAccess
Nullable<Boolean>

Gibt an, ob der Benutzer über Lesezugriff auf das Abrechnungskonto verfügt.

Gilt für: