Sku Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Sku() |
Initializes a new instance of the Sku class. |
Sku(String, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the Sku class. |
Sku()
Initializes a new instance of the Sku class.
public Sku ();
Public Sub New ()
Applies to
Sku(String, String, String, String, String, Nullable<Int32>)
Initializes a new instance of the Sku class.
public Sku (string name = default, string tier = default, string size = default, string family = default, string model = default, int? capacity = default);
new Microsoft.Azure.Management.ResourceManager.Models.Sku : string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.ResourceManager.Models.Sku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional model As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)
Parameters
- name
- String
The SKU name.
- tier
- String
The SKU tier.
- size
- String
The SKU size.
- family
- String
The SKU family.
- model
- String
The SKU model.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET