EnrollmentAccountContext 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
EnrollmentAccountContext() |
Initialiseert een nieuw exemplaar van de klasse EnrollmentAccountContext. |
EnrollmentAccountContext(String, Nullable<DateTime>, Nullable<DateTime>, String) |
Initialiseert een nieuw exemplaar van de klasse EnrollmentAccountContext. |
EnrollmentAccountContext()
Initialiseert een nieuw exemplaar van de klasse EnrollmentAccountContext.
public EnrollmentAccountContext ();
Public Sub New ()
Van toepassing op
EnrollmentAccountContext(String, Nullable<DateTime>, Nullable<DateTime>, String)
Initialiseert een nieuw exemplaar van de klasse EnrollmentAccountContext.
public EnrollmentAccountContext (string costCenter = default, DateTime? startDate = default, DateTime? endDate = default, string enrollmentAccountName = default);
new Microsoft.Azure.Management.Billing.Models.EnrollmentAccountContext : string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Billing.Models.EnrollmentAccountContext
Public Sub New (Optional costCenter As String = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional enrollmentAccountName As String = Nothing)
Parameters
- costCenter
- String
De kostenplaats die is gekoppeld aan het inschrijvingsaccount.
- enrollmentAccountName
- String
De id van het inschrijvingsaccount.
Van toepassing op
Azure SDK for .NET