AttachedDatabaseConfigurations interface
Interfejs reprezentujący element AttachedDatabaseConfigurations.
Metody
Szczegóły metody
beginCreateOrUpdate(string, string, string, AttachedDatabaseConfiguration, AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams)
Tworzy lub aktualizuje dołączoną konfigurację bazy danych.
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedDatabaseConfiguration>, AttachedDatabaseConfiguration>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
- attachedDatabaseConfigurationName
-
string
Nazwa dołączonej konfiguracji bazy danych.
- parameters
- AttachedDatabaseConfiguration
Parametry bazy danych dostarczone do operacji CreateOrUpdate.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedDatabaseConfiguration>, AttachedDatabaseConfiguration>>
beginCreateOrUpdateAndWait(string, string, string, AttachedDatabaseConfiguration, AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams)
Tworzy lub aktualizuje dołączoną konfigurację bazy danych.
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<AttachedDatabaseConfiguration>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
- attachedDatabaseConfigurationName
-
string
Nazwa dołączonej konfiguracji bazy danych.
- parameters
- AttachedDatabaseConfiguration
Parametry bazy danych dostarczone do operacji CreateOrUpdate.
Parametry opcji.
Zwraca
Promise<AttachedDatabaseConfiguration>
beginDelete(string, string, string, AttachedDatabaseConfigurationsDeleteOptionalParams)
Usuwa dołączoną konfigurację bazy danych o podanej nazwie.
function beginDelete(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
- attachedDatabaseConfigurationName
-
string
Nazwa dołączonej konfiguracji bazy danych.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, AttachedDatabaseConfigurationsDeleteOptionalParams)
Usuwa dołączoną konfigurację bazy danych o podanej nazwie.
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
- attachedDatabaseConfigurationName
-
string
Nazwa dołączonej konfiguracji bazy danych.
Parametry opcji.
Zwraca
Promise<void>
checkNameAvailability(string, string, AttachedDatabaseConfigurationsCheckNameRequest, AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams)
Sprawdza, czy dołączona nazwa zasobu konfiguracji bazy danych jest prawidłowa i nie jest jeszcze używana.
function checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: AttachedDatabaseConfigurationsCheckNameRequest, options?: AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams): Promise<CheckNameResult>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
- resourceName
- AttachedDatabaseConfigurationsCheckNameRequest
Nazwa zasobu.
Parametry opcji.
Zwraca
Promise<CheckNameResult>
get(string, string, string, AttachedDatabaseConfigurationsGetOptionalParams)
Zwraca dołączoną konfigurację bazy danych.
function get(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsGetOptionalParams): Promise<AttachedDatabaseConfiguration>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
- attachedDatabaseConfigurationName
-
string
Nazwa dołączonej konfiguracji bazy danych.
Parametry opcji.
Zwraca
Promise<AttachedDatabaseConfiguration>
listByCluster(string, string, AttachedDatabaseConfigurationsListByClusterOptionalParams)
Zwraca listę dołączonych konfiguracji bazy danych danego klastra Kusto.
function listByCluster(resourceGroupName: string, clusterName: string, options?: AttachedDatabaseConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<AttachedDatabaseConfiguration, AttachedDatabaseConfiguration[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- clusterName
-
string
Nazwa klastra Kusto.
Parametry opcji.