Sdílet prostřednictvím


Product Konstruktory

Definice

Přetížení

Product()

Inicializuje novou instanci třídy Product.

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)

Inicializuje novou instanci třídy Product.

Product()

Inicializuje novou instanci třídy Product.

public Product ();
Public Sub New ()

Platí pro

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)

Inicializuje novou instanci třídy Product.

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)

Parametry

id
String

ID prostředku.

name
String

Název prostředku.

type
String

Typ prostředku.

autoRenew
String

Označuje, jestli je u produktu zapnuté nebo vypnuté automatické prodlužování platnosti. Mezi možné hodnoty patří: Vypnuto, Zapnuto.

displayName
String

Zobrazovaný název produktu.

purchaseDate
Nullable<DateTime>

Datum, kdy byl produkt zakoupen.

productTypeId
String

ID typu produktu.

productType
String

Popis typu výrobku.

status
String

Aktuální stav produktu. Mezi možné hodnoty patří: Aktivní, Inactive, PastDue, Expiring, Expired, Disabled, Cancelled, Cancelled, AutoRenew.

endDate
Nullable<DateTime>

Datum, kdy bude produkt obnoven nebo zrušen.

billingFrequency
String

Frekvence, s jakou se bude produkt fakturovat. Mezi možné hodnoty patří: "OneTime", "Monthly", "UsageBased".

lastCharge
Amount

Poplatky za poslední měsíc.

lastChargeDate
Nullable<DateTime>

Datum posledního poplatku.

quantity
Nullable<Double>

Množství zakoupené pro produkt.

skuId
String

ID skladové položky produktu.

skuDescription
String

Popis skladové položky produktu.

tenantId
String

ID tenanta, ve kterém se produkt používá.

availabilityId
String

Dostupnost produktu.

invoiceSectionId
String

ID oddílu faktury, do kterého se produkt fakturuje.

invoiceSectionDisplayName
String

Název oddílu faktury, do kterého se produkt fakturuje.

billingProfileId
String

ID fakturačního profilu, kterému se produkt fakturuje.

billingProfileDisplayName
String

Název fakturačního profilu, kterému se produkt fakturuje.

customerId
String

ID zákazníka, pro kterého byl produkt zakoupen. Pole platí jenom pro fakturační účet Smlouva s partnerem Microsoftu.

customerDisplayName
String

Jméno zákazníka, pro kterého byl produkt zakoupen. Pole platí jenom pro fakturační účet Smlouva s partnerem Microsoftu.

reseller
Reseller

Prodejce pro tento produkt.

Platí pro