次の方法で共有


ISqlFailoverGroup インターフェイス

定義

Azure SQL フェールオーバー グループの不変のクライアント側表現。

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)
実装

プロパティ

Databases

フェールオーバー グループ内のデータベース ID の一覧を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
ParentId

親 SQL サーバー ID を取得します。

PartnerServers

フェールオーバー グループのパートナー サーバー情報の一覧を取得します。

ReadOnlyEndpointPolicy

フェールオーバー グループの読み取り専用エンドポイントのフェールオーバー ポリシーを取得します。

ReadWriteEndpointDataLossGracePeriodMinutes

読み取り/書き込みエンドポイントに対してデータ損失が試行されるフェールオーバー前の猶予期間を取得します。

ReadWriteEndpointPolicy

フェールオーバー グループの読み取り/書き込みエンドポイントのフェールオーバー ポリシーを取得します。

Region

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IResource)
RegionName

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IResource)
ReplicationRole

フェールオーバー グループ インスタンスのローカル レプリケーション ロールを取得します。

ReplicationState

フェールオーバー グループ インスタンスのレプリケーション状態を取得します。

ResourceGroupName

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IHasResourceGroup)
SqlServerName

このフェールオーバー グループが属するSQL Serverの名前を取得します。

Tags

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IResource)
Type

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IResource)

メソッド

Delete()

フェールオーバー グループを削除します。

DeleteAsync(CancellationToken)

フェールオーバー グループを非同期的に削除します。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure SQL フェールオーバー グループの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象