KustoPoolChildResourceNameAvailabilityContent Constructor
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 KustoPoolChildResourceNameAvailabilityContent.
public KustoPoolChildResourceNameAvailabilityContent (string name, Azure.ResourceManager.Synapse.Models.KustoPoolDatabaseType resourceType);
new Azure.ResourceManager.Synapse.Models.KustoPoolChildResourceNameAvailabilityContent : string * Azure.ResourceManager.Synapse.Models.KustoPoolDatabaseType -> Azure.ResourceManager.Synapse.Models.KustoPoolChildResourceNameAvailabilityContent
Public Sub New (name As String, resourceType As KustoPoolDatabaseType)
Parameters
- name
- String
Resource name.
- resourceType
- KustoPoolDatabaseType
The type of resource, for instance Microsoft.Synapse/workspaces/kustoPools/databases.
Exceptions
name
is null.