Поделиться через


ArmKustoModelFactory.KustoAttachedDatabaseConfigurationNameAvailabilityContent Method

Definition

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