共用方式為


ShareablePrivateLinkResourceType Constructors

Definition

Overloads

ShareablePrivateLinkResourceType()

Initializes a new instance of the ShareablePrivateLinkResourceType class.

ShareablePrivateLinkResourceType(String, ShareablePrivateLinkResourceProperties)

Initializes a new instance of the ShareablePrivateLinkResourceType class.

ShareablePrivateLinkResourceType()

Initializes a new instance of the ShareablePrivateLinkResourceType class.

public ShareablePrivateLinkResourceType ();
Public Sub New ()

Applies to

ShareablePrivateLinkResourceType(String, ShareablePrivateLinkResourceProperties)

Initializes a new instance of the ShareablePrivateLinkResourceType class.

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

Parameters

name
String

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

properties
ShareablePrivateLinkResourceProperties

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

Applies to