共用方式為


SharedPrivateLinkResource Constructors

Definition

Overloads

SharedPrivateLinkResource()

Initializes a new instance of the SharedPrivateLinkResource class.

SharedPrivateLinkResource(String, String, String, SharedPrivateLinkResourceProperties)

Initializes a new instance of the SharedPrivateLinkResource class.

SharedPrivateLinkResource()

Initializes a new instance of the SharedPrivateLinkResource class.

public SharedPrivateLinkResource ();
Public Sub New ()

Applies to

SharedPrivateLinkResource(String, String, String, SharedPrivateLinkResourceProperties)

Initializes a new instance of the SharedPrivateLinkResource class.

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

Parameters

id
String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

properties
SharedPrivateLinkResourceProperties

Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.

Applies to