ISqlServerDnsAliasOperations Interface

Definition

A representation of the Azure SQL Server DNS alias operations.

public interface ISqlServerDnsAliasOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Sql.Fluent.SqlServerDnsAliasOperations.Definition.IWithSqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.ISqlChildrenOperations<Microsoft.Azure.Management.Sql.Fluent.ISqlServerDnsAlias>
type ISqlServerDnsAliasOperations = interface
    interface IBeta
    interface ISupportsCreating<IWithSqlServer>
    interface ISqlChildrenOperations<ISqlServerDnsAlias>
Public Interface ISqlServerDnsAliasOperations
Implements IBeta, ISqlChildrenOperations(Of ISqlServerDnsAlias), ISupportsCreating(Of IWithSqlServer)
Implements

Methods

Acquire(String, String, String)

Acquires server DNS alias from another server.

Acquire(String, String, String, String)

Acquires server DNS alias from another server.

AcquireAsync(String, String, String, CancellationToken)

Acquires server DNS alias from another server asynchronously.

AcquireAsync(String, String, String, String, CancellationToken)

Acquires server DNS alias from another server asynchronously.

Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a child resource from Azure SQL server, identifying it by its resource ID.

(Inherited from ISqlChildrenOperations<T>)
DeleteByIdAsync(String, CancellationToken)

Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID.

(Inherited from ISqlChildrenOperations<T>)
DeleteBySqlServer(String, String, String)

Deletes a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
DeleteBySqlServerAsync(String, String, String, CancellationToken)

Asynchronously delete a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetById(String)

Gets the information about a child resource from Azure SQL server using the resource ID.

(Inherited from ISqlChildrenOperations<T>)
GetByIdAsync(String, CancellationToken)

Asynchronously gets the information about a child resource from Azure SQL server using the resource ID.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServer(ISqlServer, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServer(String, String, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServerAsync(ISqlServer, String, CancellationToken)

Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServerAsync(String, String, String, CancellationToken)

Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServer(ISqlServer)

Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServer(String, String)

Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServerAsync(ISqlServer, CancellationToken)

Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServerAsync(String, String, CancellationToken)

Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)

Applies to