次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む SQL フェールオーバー グループの更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IWithReadOnlyEndpointPolicy, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IWithReadWriteEndpointPolicy
type IUpdate = interface
    interface IBeta
    interface IWithReadWriteEndpointPolicy
    interface IWithReadOnlyEndpointPolicy
    interface IWithDatabase
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<ISqlFailoverGroup>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlFailoverGroup), IBeta, IUpdateWithTags(Of IUpdate), IWithDatabase, IWithReadOnlyEndpointPolicy, IWithReadWriteEndpointPolicy
実装

プロパティ

Key

変更できるすべての設定を含む SQL フェールオーバー グループの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod(Int32)

SQL フェールオーバー グループの読み取り/書き込みエンドポイント フェールオーバー ポリシーを "自動" に設定します。

(継承元 IWithReadWriteEndpointPolicy)
WithDatabaseIds(String[])

SQL フェールオーバー グループ パートナー サーバーを設定します。

(継承元 IWithDatabase)
WithManualReadWriteEndpointPolicy()

SQL フェールオーバー グループの読み取り/書き込みエンドポイント フェールオーバー ポリシーを "手動" に設定します。

(継承元 IWithReadWriteEndpointPolicy)
WithNewDatabaseId(String)

SQL フェールオーバー グループ データベースを設定します。

(継承元 IWithDatabase)
WithoutDatabaseId(String)

SQL フェールオーバー グループ データベースを削除します。

(継承元 IWithDatabase)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithReadOnlyEndpointPolicyDisabled()

読み取り専用エンドポイントの SQL フェールオーバー グループ フェールオーバー ポリシーを "無効" に設定します。

(継承元 IWithReadOnlyEndpointPolicy)
WithReadOnlyEndpointPolicyEnabled()

読み取り専用エンドポイントの SQL フェールオーバー グループ フェールオーバー ポリシーを "有効" に設定します。

(継承元 IWithReadOnlyEndpointPolicy)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象