ArmKustoModelFactory.KustoAvailableSkuDetails Method
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.
Initializes a new instance of KustoAvailableSkuDetails.
public static Azure.ResourceManager.Kusto.Models.KustoAvailableSkuDetails KustoAvailableSkuDetails(string resourceType = default, Azure.ResourceManager.Kusto.Models.KustoSku sku = default, Azure.ResourceManager.Kusto.Models.KustoCapacity capacity = default);
static member KustoAvailableSkuDetails : string * Azure.ResourceManager.Kusto.Models.KustoSku * Azure.ResourceManager.Kusto.Models.KustoCapacity -> Azure.ResourceManager.Kusto.Models.KustoAvailableSkuDetails
Public Shared Function KustoAvailableSkuDetails (Optional resourceType As String = Nothing, Optional sku As KustoSku = Nothing, Optional capacity As KustoCapacity = Nothing) As KustoAvailableSkuDetails
Parameters
- resourceType
- String
Resource Namespace and Type.
- sku
- KustoSku
The SKU details.
- capacity
- KustoCapacity
The number of instances of the cluster.
Returns
A new KustoAvailableSkuDetails instance for mocking.