Sdílet prostřednictvím


IAttachedDatabaseConfigurationsOperations Interface

Definition

AttachedDatabaseConfigurationsOperations operations.

public interface IAttachedDatabaseConfigurationsOperations
type IAttachedDatabaseConfigurationsOperations = interface
Public Interface IAttachedDatabaseConfigurationsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, AttachedDatabaseConfiguration, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an attached database configuration.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the attached database configuration with the given name.

CheckNameAvailabilityWithHttpMessagesAsync(String, String, AttachedDatabaseConfigurationsCheckNameRequest, Dictionary<String,List<String>>, CancellationToken)

Checks that the attached database configuration resource name is valid and is not already in use.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, AttachedDatabaseConfiguration, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an attached database configuration.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the attached database configuration with the given name.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns an attached database configuration.

ListByClusterWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the list of attached database configurations of the given Kusto cluster.

Extension Methods

BeginCreateOrUpdate(IAttachedDatabaseConfigurationsOperations, String, String, String, AttachedDatabaseConfiguration)

Creates or updates an attached database configuration.

BeginCreateOrUpdateAsync(IAttachedDatabaseConfigurationsOperations, String, String, String, AttachedDatabaseConfiguration, CancellationToken)

Creates or updates an attached database configuration.

BeginDelete(IAttachedDatabaseConfigurationsOperations, String, String, String)

Deletes the attached database configuration with the given name.

BeginDeleteAsync(IAttachedDatabaseConfigurationsOperations, String, String, String, CancellationToken)

Deletes the attached database configuration with the given name.

CheckNameAvailability(IAttachedDatabaseConfigurationsOperations, String, String, AttachedDatabaseConfigurationsCheckNameRequest)

Checks that the attached database configuration resource name is valid and is not already in use.

CheckNameAvailabilityAsync(IAttachedDatabaseConfigurationsOperations, String, String, AttachedDatabaseConfigurationsCheckNameRequest, CancellationToken)

Checks that the attached database configuration resource name is valid and is not already in use.

CreateOrUpdate(IAttachedDatabaseConfigurationsOperations, String, String, String, AttachedDatabaseConfiguration)

Creates or updates an attached database configuration.

CreateOrUpdateAsync(IAttachedDatabaseConfigurationsOperations, String, String, String, AttachedDatabaseConfiguration, CancellationToken)

Creates or updates an attached database configuration.

Delete(IAttachedDatabaseConfigurationsOperations, String, String, String)

Deletes the attached database configuration with the given name.

DeleteAsync(IAttachedDatabaseConfigurationsOperations, String, String, String, CancellationToken)

Deletes the attached database configuration with the given name.

Get(IAttachedDatabaseConfigurationsOperations, String, String, String)

Returns an attached database configuration.

GetAsync(IAttachedDatabaseConfigurationsOperations, String, String, String, CancellationToken)

Returns an attached database configuration.

ListByCluster(IAttachedDatabaseConfigurationsOperations, String, String)

Returns the list of attached database configurations of the given Kusto cluster.

ListByClusterAsync(IAttachedDatabaseConfigurationsOperations, String, String, CancellationToken)

Returns the list of attached database configurations of the given Kusto cluster.

Applies to