AzureResourceSku 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
AzureResourceSku() |
Initializes a new instance of the AzureResourceSku class. |
AzureResourceSku(String, AzureSku, AzureCapacity) |
Initializes a new instance of the AzureResourceSku class. |
AzureResourceSku()
Initializes a new instance of the AzureResourceSku class.
public AzureResourceSku ();
Public Sub New ()
Applies to
AzureResourceSku(String, AzureSku, AzureCapacity)
Initializes a new instance of the AzureResourceSku class.
public AzureResourceSku (string resourceType = default, Microsoft.Azure.Management.Kusto.Models.AzureSku sku = default, Microsoft.Azure.Management.Kusto.Models.AzureCapacity capacity = default);
new Microsoft.Azure.Management.Kusto.Models.AzureResourceSku : string * Microsoft.Azure.Management.Kusto.Models.AzureSku * Microsoft.Azure.Management.Kusto.Models.AzureCapacity -> Microsoft.Azure.Management.Kusto.Models.AzureResourceSku
Public Sub New (Optional resourceType As String = Nothing, Optional sku As AzureSku = Nothing, Optional capacity As AzureCapacity = Nothing)
Parameters
- resourceType
- String
Resource Namespace and Type.
- sku
- AzureSku
The SKU details.
- capacity
- AzureCapacity
The number of instances of the cluster.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET