Share via


ArmSearchModelFactory.ShareableSearchServicePrivateLinkResourceProperties Method

Definition

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

Parameters

shareablePrivateLinkResourcePropertiesType
String

The resource provider type for the resource that has been onboarded to private link service, supported by Azure AI Search.

groupId
String

The resource provider group id for the resource that has been onboarded to private link service, supported by Azure AI Search.

description
String

The description of the resource type that has been onboarded to private link service, supported by Azure AI Search.

Returns

A new ShareableSearchServicePrivateLinkResourceProperties instance for mocking.

Applies to