AvailableServiceSkuSku 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
AvailableServiceSkuSku() |
Initializes a new instance of the AvailableServiceSkuSku class. |
AvailableServiceSkuSku(String, String, String, String) |
Initializes a new instance of the AvailableServiceSkuSku class. |
AvailableServiceSkuSku()
Initializes a new instance of the AvailableServiceSkuSku class.
public AvailableServiceSkuSku ();
Public Sub New ()
Applies to
AvailableServiceSkuSku(String, String, String, String)
Initializes a new instance of the AvailableServiceSkuSku class.
public AvailableServiceSkuSku (string name = default, string family = default, string size = default, string tier = default);
new Microsoft.Azure.Management.DataMigration.Models.AvailableServiceSkuSku : string * string * string * string -> Microsoft.Azure.Management.DataMigration.Models.AvailableServiceSkuSku
Public Sub New (Optional name As String = Nothing, Optional family As String = Nothing, Optional size As String = Nothing, Optional tier As String = Nothing)
Parameters
- name
- String
The name of the SKU
- family
- String
SKU family
- size
- String
SKU size
- tier
- String
The tier of the SKU, such as "Basic", "General Purpose", or "Business Critical"