共用方式為


ArmKustoModelFactory.KustoClusterNameAvailabilityContent Method

Definition

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.

Applies to