ISqlFailoverGroup Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure SQL Failover Group.
public interface ISqlFailoverGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IUpdate>
type ISqlFailoverGroup = interface
interface IBeta
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasInner<FailoverGroupInner>
interface IHasResourceGroup
interface IRefreshable<ISqlFailoverGroup>
interface IUpdatable<IUpdate>
Public Interface ISqlFailoverGroup
Implements IBeta, IHasInner(Of FailoverGroupInner), IHasResourceGroup, IRefreshable(Of ISqlFailoverGroup), IResource, IUpdatable(Of IUpdate)
- Implements
Properties
Databases |
Gets the list of database IDs in the failover group. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ParentId |
Gets the parent SQL server ID. |
PartnerServers |
Gets the list of partner server information for the failover group. |
ReadOnlyEndpointPolicy |
Gets the failover policy of the read-only endpoint for the failover group. |
ReadWriteEndpointDataLossGracePeriodMinutes |
Gets the grace period before failover with data loss is attempted for the read-write endpoint. |
ReadWriteEndpointPolicy |
Gets the failover policy of the read-write endpoint for the failover group. |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
ReplicationRole |
Gets the local replication role of the failover group instance. |
ReplicationState |
Gets the replication state of the failover group instance. |
ResourceGroupName | (Inherited from IHasResourceGroup) |
SqlServerName |
Gets name of the SQL Server to which this Failover Group belongs. |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
Methods
Delete() |
Deletes the Failover Group. |
DeleteAsync(CancellationToken) |
Deletes the Failover Group asynchronously. |
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |
Applies to
Azure SDK for .NET