Condividi tramite


ShareablePrivateLinkResourceProperties Constructors

Definition

Overloads

ShareablePrivateLinkResourceProperties()

Initializes a new instance of the ShareablePrivateLinkResourceProperties class.

ShareablePrivateLinkResourceProperties(String, String, String)

Initializes a new instance of the ShareablePrivateLinkResourceProperties class.

ShareablePrivateLinkResourceProperties()

Initializes a new instance of the ShareablePrivateLinkResourceProperties class.

public ShareablePrivateLinkResourceProperties ();
Public Sub New ()

Applies to

ShareablePrivateLinkResourceProperties(String, String, String)

Initializes a new instance of the ShareablePrivateLinkResourceProperties class.

public ShareablePrivateLinkResourceProperties (string type = default, string groupId = default, string description = default);
new Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceProperties : string * string * string -> Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceProperties
Public Sub New (Optional type As String = Nothing, Optional groupId As String = Nothing, Optional description As String = Nothing)

Parameters

type
String

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

groupId
String

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

description
String

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

Applies to