ArmSqlModelFactory.SqlPrivateLinkResourceProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SqlPrivateLinkResourceProperties の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Sql.Models.SqlPrivateLinkResourceProperties SqlPrivateLinkResourceProperties (string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member SqlPrivateLinkResourceProperties : string * seq<string> * seq<string> -> Azure.ResourceManager.Sql.Models.SqlPrivateLinkResourceProperties
Public Shared Function SqlPrivateLinkResourceProperties (Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As SqlPrivateLinkResourceProperties
パラメーター
- groupId
- String
プライベート リンク リソース グループ ID。
- requiredMembers
- IEnumerable<String>
プライベート リンク リソースにはメンバー名が必要です。
- requiredZoneNames
- IEnumerable<String>
プライベート リンク リソースに必要なゾーン名。
戻り値
モック作成用の新しい SqlPrivateLinkResourceProperties インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET