Instruction Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Instruction() |
Initialisiert eine neue instance der Instruction-Klasse. |
Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>) |
Initialisiert eine neue instance der Instruction-Klasse. |
Instruction()
Initialisiert eine neue instance der Instruction-Klasse.
public Instruction();
Public Sub New ()
Gilt für:
Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>)
Initialisiert eine neue instance der Instruction-Klasse.
public Instruction(double amount, DateTime startDate, DateTime endDate, string id = default, string name = default, string type = default, DateTime? creationDate = default);
new Microsoft.Azure.Management.Billing.Models.Instruction : double * DateTime * DateTime * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Billing.Models.Instruction
Public Sub New (amount As Double, startDate As DateTime, endDate As DateTime, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing)
Parameter
- amount
- Double
Der für diese Abrechnungsanweisung budgetierte Betrag.
- startDate
- DateTime
Das Datum, an dem diese Abrechnungsanweisung wirksam wird.
- endDate
- DateTime
Das Datum, an dem diese Abrechnungsanweisung nicht mehr wirksam ist.
- id
- String
Ressourcen-ID.
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
Gilt für:
Azure SDK for .NET