ResourceSku 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
ResourceSku() |
Initializes a new instance of the ResourceSku class. |
ResourceSku(String, String, Nullable<Int32>) |
Initializes a new instance of the ResourceSku class. |
ResourceSku()
Initializes a new instance of the ResourceSku class.
public ResourceSku ();
Public Sub New ()
Applies to
ResourceSku(String, String, Nullable<Int32>)
Initializes a new instance of the ResourceSku class.
public ResourceSku (string name, string tier = default, int? capacity = default);
new Microsoft.Azure.Management.Analysis.Models.ResourceSku : string * string * Nullable<int> -> Microsoft.Azure.Management.Analysis.Models.ResourceSku
Public Sub New (name As String, Optional tier As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)
Parameters
- name
- String
Name of the SKU level.
- tier
- String
The name of the Azure pricing tier to which the SKU applies. Possible values include: 'Development', 'Basic', 'Standard'