AttachedDatabaseConfigurationsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AttachedDatabaseConfigurationsOperations.
In this article
public static class AttachedDatabaseConfigurationsOperationsExtensions
type AttachedDatabaseConfigurationsOperationsExtensions = class
Public Module AttachedDatabaseConfigurationsOperationsExtensions
Inheritance
System.Object
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.
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