Share via


ArmSearchModelFactory.ShareableSearchServicePrivateLinkResourceType Method

Definition

Initializes a new instance of ShareableSearchServicePrivateLinkResourceType.

public static Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceType ShareableSearchServicePrivateLinkResourceType (string name = default, Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceProperties properties = default);
static member ShareableSearchServicePrivateLinkResourceType : string * Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceProperties -> Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceType
Public Shared Function ShareableSearchServicePrivateLinkResourceType (Optional name As String = Nothing, Optional properties As ShareableSearchServicePrivateLinkResourceProperties = Nothing) As ShareableSearchServicePrivateLinkResourceType

Parameters

name
String

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

properties
ShareableSearchServicePrivateLinkResourceProperties

Describes the properties of a resource type that has been onboarded to private link service, supported by Azure AI Search.

Returns

A new ShareableSearchServicePrivateLinkResourceType instance for mocking.

Applies to