ArmKustoModelFactory.KustoAttachedDatabaseConfigurationNameAvailabilityContent 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 KustoAttachedDatabaseConfigurationNameAvailabilityContent.
public static Azure.ResourceManager.Kusto.Models.KustoAttachedDatabaseConfigurationNameAvailabilityContent KustoAttachedDatabaseConfigurationNameAvailabilityContent(string name = default, Azure.ResourceManager.Kusto.Models.AttachedDatabaseType resourceType = default);
static member KustoAttachedDatabaseConfigurationNameAvailabilityContent : string * Azure.ResourceManager.Kusto.Models.AttachedDatabaseType -> Azure.ResourceManager.Kusto.Models.KustoAttachedDatabaseConfigurationNameAvailabilityContent
Public Shared Function KustoAttachedDatabaseConfigurationNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As AttachedDatabaseType = Nothing) As KustoAttachedDatabaseConfigurationNameAvailabilityContent
Parameters
- name
- String
Attached database resource name.
- resourceType
- AttachedDatabaseType
The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations.
Returns
A new KustoAttachedDatabaseConfigurationNameAvailabilityContent instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET