ArmKustoModelFactory.KustoClusterNameAvailabilityContent 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 KustoClusterNameAvailabilityContent.
public static Azure.ResourceManager.Kusto.Models.KustoClusterNameAvailabilityContent KustoClusterNameAvailabilityContent(string name = default, Azure.ResourceManager.Kusto.Models.KustoClusterType resourceType = default);
static member KustoClusterNameAvailabilityContent : string * Azure.ResourceManager.Kusto.Models.KustoClusterType -> Azure.ResourceManager.Kusto.Models.KustoClusterNameAvailabilityContent
Public Shared Function KustoClusterNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As KustoClusterType = Nothing) As KustoClusterNameAvailabilityContent
Parameters
- name
- String
Cluster name.
- resourceType
- KustoClusterType
The type of resource, Microsoft.Kusto/clusters.
Returns
A new KustoClusterNameAvailabilityContent instance for mocking.