Instruction Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Instruction() |
Inicializa uma nova instância da classe Instruction. |
Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>) |
Inicializa uma nova instância da classe Instruction. |
Instruction()
Inicializa uma nova instância da classe Instruction.
public Instruction ();
Public Sub New ()
Aplica-se a
Instruction(Double, DateTime, DateTime, String, String, String, Nullable<DateTime>)
Inicializa uma nova instância da classe Instruction.
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)
Parâmetros
- amount
- Double
O valor orçado para esta instrução de cobrança.
- startDate
- DateTime
A data em que essa instrução de cobrança entra em vigor.
- endDate
- DateTime
A data em que esta instrução de cobrança não está mais em vigor.
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
Aplica-se a
Azure SDK for .NET