ISqlServerKeyOperations Interface

Definition

A representation of the Azure SQL Server Key operations.

public interface ISqlServerKeyOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.ISqlChildrenOperations<Microsoft.Azure.Management.Sql.Fluent.ISqlServerKey>
type ISqlServerKeyOperations = interface
    interface IBeta
    interface ISqlChildrenOperations<ISqlServerKey>
Public Interface ISqlServerKeyOperations
Implements IBeta, ISqlChildrenOperations(Of ISqlServerKey)
Implements

Methods

Define()

Begins a definition for a new SQL Server Key resource.

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