IFailoverGroupsOperations Interface

Definition

FailoverGroupsOperations operations.

public interface IFailoverGroupsOperations
type IFailoverGroupsOperations = interface
Public Interface IFailoverGroupsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, FailoverGroupInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a failover group.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a failover group.

BeginFailoverWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Fails over from the current primary server to this server.

BeginForceFailoverAllowDataLossWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

BeginUpdateWithHttpMessagesAsync(String, String, String, FailoverGroupUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a failover group.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, FailoverGroupInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a failover group.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a failover group.

FailoverWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Fails over from the current primary server to this server.

ForceFailoverAllowDataLossWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a failover group.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the failover groups in a server.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the failover groups in a server.

UpdateWithHttpMessagesAsync(String, String, String, FailoverGroupUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a failover group.

Extension Methods

BeginCreateOrUpdateAsync(IFailoverGroupsOperations, String, String, String, FailoverGroupInner, CancellationToken)

Creates or updates a failover group.

BeginDeleteAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

Deletes a failover group.

BeginFailoverAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

Fails over from the current primary server to this server.

BeginForceFailoverAllowDataLossAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

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

BeginUpdateAsync(IFailoverGroupsOperations, String, String, String, FailoverGroupUpdate, CancellationToken)

Updates a failover group.

CreateOrUpdateAsync(IFailoverGroupsOperations, String, String, String, FailoverGroupInner, CancellationToken)

Creates or updates a failover group.

DeleteAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

Deletes a failover group.

FailoverAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

Fails over from the current primary server to this server.

ForceFailoverAllowDataLossAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

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

GetAsync(IFailoverGroupsOperations, String, String, String, CancellationToken)

Gets a failover group.

ListByServerAsync(IFailoverGroupsOperations, String, String, CancellationToken)

Lists the failover groups in a server.

ListByServerNextAsync(IFailoverGroupsOperations, String, CancellationToken)

Lists the failover groups in a server.

UpdateAsync(IFailoverGroupsOperations, String, String, String, FailoverGroupUpdate, CancellationToken)

Updates a failover group.

Applies to