Product Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
Product() |
Inicializa uma nova instância da classe Produto. |
Product(String, String, String, String, String, Nullable<DateTime>, String, String, String, Nullable<DateTime>, String, Amount, Nullable<DateTime>, Nullable<Double>, String, String, String, String, String, String, String, String, String, String, Reseller) |
Inicializa uma nova instância da classe Produto. |
Product()
Inicializa uma nova instância da classe Produto.
public Product ();
Public Sub New ()
Aplica-se a
Product(String, String, String, String, String, Nullable<DateTime>, String, String, String, Nullable<DateTime>, String, Amount, Nullable<DateTime>, Nullable<Double>, String, String, String, String, String, String, String, String, String, String, Reseller)
Inicializa uma nova instância da classe Produto.
public Product (string id = default, string name = default, string type = default, string autoRenew = default, string displayName = default, DateTime? purchaseDate = default, string productTypeId = default, string productType = default, string status = default, DateTime? endDate = default, string billingFrequency = default, Microsoft.Azure.Management.Billing.Models.Amount lastCharge = default, DateTime? lastChargeDate = default, double? quantity = default, string skuId = default, string skuDescription = default, string tenantId = default, string availabilityId = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, string billingProfileId = default, string billingProfileDisplayName = default, string customerId = default, string customerDisplayName = default, Microsoft.Azure.Management.Billing.Models.Reseller reseller = default);
new Microsoft.Azure.Management.Billing.Models.Product : string * string * string * string * string * Nullable<DateTime> * string * string * string * Nullable<DateTime> * string * Microsoft.Azure.Management.Billing.Models.Amount * Nullable<DateTime> * Nullable<double> * string * string * string * string * string * string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.Reseller -> Microsoft.Azure.Management.Billing.Models.Product
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional autoRenew As String = Nothing, Optional displayName As String = Nothing, Optional purchaseDate As Nullable(Of DateTime) = Nothing, Optional productTypeId As String = Nothing, Optional productType As String = Nothing, Optional status As String = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional billingFrequency As String = Nothing, Optional lastCharge As Amount = Nothing, Optional lastChargeDate As Nullable(Of DateTime) = Nothing, Optional quantity As Nullable(Of Double) = Nothing, Optional skuId As String = Nothing, Optional skuDescription As String = Nothing, Optional tenantId As String = Nothing, Optional availabilityId As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional customerId As String = Nothing, Optional customerDisplayName As String = Nothing, Optional reseller As Reseller = Nothing)
Parâmetros
- id
- String
ID do Recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
- autoRenew
- String
Indica se a renovação automática está ativada ou desativada para um produto. Os valores possíveis incluem: "Desativado", "Ativado"
- displayName
- String
O nome a apresentar do produto.
- productTypeId
- String
O ID do tipo de produto.
- productType
- String
A descrição do tipo de produto.
- status
- String
O estado atual do produto. Os valores possíveis incluem: "Ativo", "Inativo", "PastDue", "Expiring", "Expired", "Disabled", "Cancelled", "AutoRenew"
- billingFrequency
- String
A frequência com que o produto será faturado. Os valores possíveis incluem: "OneTime", "Monthly", "UsageBased"
- lastCharge
- Amount
Os custos do último mês.
- skuId
- String
O ID do sku do produto.
- skuDescription
- String
A descrição do sku do produto.
- tenantId
- String
O ID do inquilino no qual o produto é utilizado.
- availabilityId
- String
A disponibilidade do produto.
- invoiceSectionId
- String
O ID da secção da fatura à qual o produto é faturado.
- invoiceSectionDisplayName
- String
O nome da secção da fatura à qual o produto é faturado.
- billingProfileId
- String
O ID do perfil de faturação ao qual o produto é faturado.
- billingProfileDisplayName
- String
O nome do perfil de faturação ao qual o produto é faturado.
- customerId
- String
O ID do cliente para o qual o produto foi comprado. O campo só é aplicável para Contrato de Parceiro da Microsoft conta de faturação.
- customerDisplayName
- String
O nome do cliente para o qual o produto foi comprado. O campo só é aplicável para Contrato de Parceiro da Microsoft conta de faturação.
- reseller
- Reseller
Revendedor para este produto.
Aplica-se a
Azure SDK for .NET