Udostępnij za pośrednictwem


AttachedDatabaseConfigurations interface

Interfejs reprezentujący element AttachedDatabaseConfigurations.

Metody

beginCreateOrUpdate(string, string, string, AttachedDatabaseConfiguration, AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje dołączoną konfigurację bazy danych.

beginCreateOrUpdateAndWait(string, string, string, AttachedDatabaseConfiguration, AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje dołączoną konfigurację bazy danych.

beginDelete(string, string, string, AttachedDatabaseConfigurationsDeleteOptionalParams)

Usuwa dołączoną konfigurację bazy danych o podanej nazwie.

beginDeleteAndWait(string, string, string, AttachedDatabaseConfigurationsDeleteOptionalParams)

Usuwa dołączoną konfigurację bazy danych o podanej nazwie.

checkNameAvailability(string, string, AttachedDatabaseConfigurationsCheckNameRequest, AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams)

Sprawdza, czy dołączona nazwa zasobu konfiguracji bazy danych jest prawidłowa i nie jest jeszcze używana.

get(string, string, string, AttachedDatabaseConfigurationsGetOptionalParams)

Zwraca dołączoną konfigurację bazy danych.

listByCluster(string, string, AttachedDatabaseConfigurationsListByClusterOptionalParams)

Zwraca listę dołączonych konfiguracji bazy danych danego klastra Kusto.

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.

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.

Zwraca

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.

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.

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.

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.

Zwraca

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.

Zwraca