次の方法で共有


ArmSearchModelFactory.ShareableSearchServicePrivateLinkResourceProperties メソッド

定義

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 インスタンス。

適用対象