ISqlFailoverGroupOperations Interface

Definition

A representation of the Azure SQL Failover Group operations.

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

Methods

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>)
Failover(String, String, String)

Fails over from the current primary server to this server.

FailoverAsync(String, String, String, CancellationToken)

Asynchronously fails over from the current primary server to this server.

ForceFailoverAllowDataLoss(String, String, String)

Fails over from the current primary server to this server. This operation might result in data loss.

ForceFailoverAllowDataLossAsync(String, String, String, CancellationToken)

Fails over from the current primary server to this server. This operation might result in data loss.

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