Delen via


Instruction Constructors

Definitie

Overloads

Instruction()

Initialiseert een nieuw exemplaar van de instructieklasse.

Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>)

Initialiseert een nieuw exemplaar van de instructieklasse.

Instruction()

Initialiseert een nieuw exemplaar van de instructieklasse.

public Instruction ();
Public Sub New ()

Van toepassing op

Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>)

Initialiseert een nieuw exemplaar van de instructieklasse.

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)

Parameters

amount
Double

Het gebudgetteerde bedrag voor deze factureringsinstructie.

startDate
DateTime

De datum waarop deze factureringsinstructie van kracht wordt.

endDate
DateTime

De datum waarop deze factureringsinstructie niet meer van kracht is.

id
String

Resource-id.

name
String

Resourcenaam.

type
String

Resourcetype.

creationDate
Nullable<DateTime>

De datum waarop deze factureringsinstructie is gemaakt.

Van toepassing op