ArmSqlModelFactory.FailoverGroupData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FailoverGroupData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Sql.FailoverGroupData FailoverGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Sql.Models.FailoverGroupReadWriteEndpoint readWriteEndpoint = default, Azure.ResourceManager.Sql.Models.FailoverGroupReadOnlyEndpoint readOnlyEndpoint = default, Azure.ResourceManager.Sql.Models.FailoverGroupReplicationRole? replicationRole = default, string replicationState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.PartnerServerInfo> partnerServers = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> failoverDatabases = default);
static member FailoverGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Sql.Models.FailoverGroupReadWriteEndpoint * Azure.ResourceManager.Sql.Models.FailoverGroupReadOnlyEndpoint * Nullable<Azure.ResourceManager.Sql.Models.FailoverGroupReplicationRole> * string * seq<Azure.ResourceManager.Sql.Models.PartnerServerInfo> * seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.Sql.FailoverGroupData
Public Shared Function FailoverGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional readWriteEndpoint As FailoverGroupReadWriteEndpoint = Nothing, Optional readOnlyEndpoint As FailoverGroupReadOnlyEndpoint = Nothing, Optional replicationRole As Nullable(Of FailoverGroupReplicationRole) = Nothing, Optional replicationState As String = Nothing, Optional partnerServers As IEnumerable(Of PartnerServerInfo) = Nothing, Optional failoverDatabases As IEnumerable(Of ResourceIdentifier) = Nothing) As FailoverGroupData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- location
- Nullable<AzureLocation>
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- readWriteEndpoint
- FailoverGroupReadWriteEndpoint
フェールオーバー グループ インスタンスの読み取り/書き込みエンドポイント。
- readOnlyEndpoint
- FailoverGroupReadOnlyEndpoint
フェールオーバー グループ インスタンスの読み取り専用エンドポイント。
- replicationRole
- Nullable<FailoverGroupReplicationRole>
フェールオーバー グループ インスタンスのローカル レプリケーション ロール。
- replicationState
- String
フェールオーバー グループ インスタンスのレプリケーション状態。
- partnerServers
- IEnumerable<PartnerServerInfo>
フェールオーバー グループのパートナー サーバー情報の一覧。
- failoverDatabases
- IEnumerable<ResourceIdentifier>
フェールオーバー グループ内のデータベースの一覧。
戻り値
モック作成用の新しい FailoverGroupData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET