Dela via


AttachedDatabaseConfigurationsOperationsExtensions Class

Definition

Extension methods for AttachedDatabaseConfigurationsOperations.

public static class AttachedDatabaseConfigurationsOperationsExtensions
type AttachedDatabaseConfigurationsOperationsExtensions = class
Public Module AttachedDatabaseConfigurationsOperationsExtensions
Inheritance
AttachedDatabaseConfigurationsOperationsExtensions

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