Dela via


PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProperties, SystemData, String)

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, String, PrivateEndpointConnectionProperties, SystemData, String)

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties properties = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, string location = default);
new Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection : string * string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * string -> Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional properties As PrivateEndpointConnectionProperties = Nothing, Optional systemData As SystemData = Nothing, Optional location As String = 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. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

etag
String

Resource Etag.

properties
PrivateEndpointConnectionProperties

Resource properties.

systemData
SystemData
location
String

The location of the private endpoint connection

Applies to