PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, String, String, PrivateEndpointConnectionProperties)

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection ();
Public Sub New ()

Applies to

PrivateEndpointConnection(String, String, String, PrivateEndpointConnectionProperties)

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties properties = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As PrivateEndpointConnectionProperties = 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
PrivateEndpointConnectionProperties

Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.

Applies to