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) |
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)
Initializes a new instance of the ResourceSku class.
public ResourceSku (string name = default);
new Microsoft.Azure.Management.ApiManagement.Models.ResourceSku : string -> Microsoft.Azure.Management.ApiManagement.Models.ResourceSku
Public Sub New (Optional name As String = Nothing)
Parameters
- name
- String
Name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption', 'Isolated'