Sdílet prostřednictvím


AzurePlan Konstruktory

Definice

Přetížení

AzurePlan()

Inicializuje novou instanci třídy AzurePlan.

AzurePlan(String, String)

Inicializuje novou instanci třídy AzurePlan.

AzurePlan()

Inicializuje novou instanci třídy AzurePlan.

public AzurePlan ();
Public Sub New ()

Platí pro

AzurePlan(String, String)

Inicializuje novou instanci třídy AzurePlan.

public AzurePlan (string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.AzurePlan : string * string -> Microsoft.Azure.Management.Billing.Models.AzurePlan
Public Sub New (Optional skuId As String = Nothing, Optional skuDescription As String = Nothing)

Parametry

skuId
String

ID skladové položky

skuDescription
String

Popis skladové položky

Platí pro