ISqlFailoverGroupActionsDefinition Interface

Definition

Grouping of the Azure SQL Failover Group common actions.

public interface ISqlFailoverGroupActionsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlChildrenOperations.SqlChildrenActionsDefinition.ISqlChildrenActionsDefinition<Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup>
type ISqlFailoverGroupActionsDefinition = interface
    interface IBeta
    interface ISqlChildrenActionsDefinition<ISqlFailoverGroup>
Public Interface ISqlFailoverGroupActionsDefinition
Implements IBeta, ISqlChildrenActionsDefinition(Of ISqlFailoverGroup)
Implements

Methods

Define(String)

Begins the definition of a new SQL Failover Group to be added to this server.

Delete(String)

Deletes a child resource from Azure SQL server.

(Inherited from ISqlChildrenActionsDefinition<T>)
DeleteAsync(String, CancellationToken)

Asynchronously delete a child resource from Azure SQL server.

(Inherited from ISqlChildrenActionsDefinition<T>)
DeleteById(String)

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

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

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

(Inherited from ISqlChildrenActionsDefinition<T>)
Failover(String)

Fails over from the current primary server to this server.

FailoverAsync(String, CancellationToken)

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

ForceFailoverAllowDataLoss(String)

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

ForceFailoverAllowDataLossAsync(String, CancellationToken)

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

Get(String)

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

(Inherited from ISqlChildrenActionsDefinition<T>)
GetAsync(String, CancellationToken)

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

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

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

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

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

(Inherited from ISqlChildrenActionsDefinition<T>)
List()

Lists Azure SQL child resources.

(Inherited from ISqlChildrenActionsDefinition<T>)
ListAsync(CancellationToken)

Asynchronously lists Azure SQL child resources.

(Inherited from ISqlChildrenActionsDefinition<T>)

Applies to