ArmSearchModelFactory.ShareableSearchServicePrivateLinkResourceProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ShareableSearchServicePrivateLinkResourceProperties の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceProperties ShareableSearchServicePrivateLinkResourceProperties (string shareablePrivateLinkResourcePropertiesType = default, string groupId = default, string description = default);
static member ShareableSearchServicePrivateLinkResourceProperties : string * string * string -> Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceProperties
Public Shared Function ShareableSearchServicePrivateLinkResourceProperties (Optional shareablePrivateLinkResourcePropertiesType As String = Nothing, Optional groupId As String = Nothing, Optional description As String = Nothing) As ShareableSearchServicePrivateLinkResourceProperties
パラメーター
- shareablePrivateLinkResourcePropertiesType
- String
Azure Cognitive Searchでサポートされているプライベート リンク サービスにオンボードされているリソースのリソース プロバイダーの種類。
- groupId
- String
Azure Cognitive Searchでサポートされているプライベート リンク サービスにオンボードされているリソースのリソース プロバイダー グループ ID。
- description
- String
Azure Cognitive Searchでサポートされているプライベート リンク サービスにオンボードされているリソースの種類の説明。
戻り値
モック作成用の新しい ShareableSearchServicePrivateLinkResourceProperties インスタンス。