SqlFailoverGroup インターフェイス

実装

HasResourceGroup リソース HasInner<com.microsoft.azure.management.sql.implementation.FailoverGroupInner> 更新可能<SqlFailoverGroup> 更新<更新>

public interface SqlFailoverGroup
extends Resource, HasInner<com.microsoft.azure.management.sql.implementation.FailoverGroupInner>, HasResourceGroup, Refreshable<SqlFailoverGroup>, Updatable<Update>

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

メソッドの概要

修飾子と型 メソッドと説明
abstract java.util.List<java.lang.String> databases()
abstract void delete()

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

abstract rx.Completable deleteAsync()

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

abstract java.lang.String parentId()
abstract java.util.List<PartnerInfo> partnerServers()
abstract ReadOnlyEndpointFailoverPolicy readOnlyEndpointPolicy()
abstract int readWriteEndpointDataLossGracePeriodMinutes()
abstract ReadWriteEndpointFailoverPolicy readWriteEndpointPolicy()
abstract FailoverGroupReplicationRole replicationRole()
abstract java.lang.String replicationState()
abstract java.lang.String sqlServerName()

メソッドの詳細

databases

public abstract List databases()

Returns:

フェールオーバー グループ内のデータベース ID の一覧

delete

public abstract void delete()

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

deleteAsync

public abstract Completable deleteAsync()

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

Returns:

この呼び出しの遅延計算の表現

parentId

public abstract String parentId()

Returns:

親 SQL サーバー ID

partnerServers

public abstract List partnerServers()

Returns:

フェールオーバー グループのパートナー サーバー情報の一覧

readOnlyEndpointPolicy

public abstract ReadOnlyEndpointFailoverPolicy readOnlyEndpointPolicy()

Returns:

フェールオーバー グループの読み取り専用エンドポイントのフェールオーバー ポリシー

readWriteEndpointDataLossGracePeriodMinutes

public abstract int readWriteEndpointDataLossGracePeriodMinutes()

Returns:

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

readWriteEndpointPolicy

public abstract ReadWriteEndpointFailoverPolicy readWriteEndpointPolicy()

Returns:

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

replicationRole

public abstract FailoverGroupReplicationRole replicationRole()

Returns:

フェールオーバー グループ インスタンスのローカル レプリケーション ロール

replicationState

public abstract String replicationState()

Returns:

フェールオーバー グループ インスタンスのレプリケーション状態

sqlServerName

public abstract String sqlServerName()

Returns:

このフェールオーバー グループが属するSQL Serverの名前

適用対象