ArmSynapseModelFactory.KustoPoolNameAvailabilityContent 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 KustoPoolNameAvailabilityContent.
public static Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityContent KustoPoolNameAvailabilityContent(string name = default, Azure.ResourceManager.Synapse.Models.KustoPoolType resourceType = default);
static member KustoPoolNameAvailabilityContent : string * Azure.ResourceManager.Synapse.Models.KustoPoolType -> Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityContent
Public Shared Function KustoPoolNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As KustoPoolType = Nothing) As KustoPoolNameAvailabilityContent
Parameters
- name
- String
Kusto Pool name.
- resourceType
- KustoPoolType
The type of resource, Microsoft.Synapse/workspaces/kustoPools.
Returns
A new KustoPoolNameAvailabilityContent instance for mocking.