PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState)

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, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState)

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.Batch.Models.PrivateEndpointConnectionProvisioningState provisioningState = Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState.Creating, Microsoft.Azure.Management.Batch.Models.PrivateEndpoint privateEndpoint = default, System.Collections.Generic.IList<string> groupIds = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection : string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState * Microsoft.Azure.Management.Batch.Models.PrivateEndpoint * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.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 provisioningState As PrivateEndpointConnectionProvisioningState = Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState.Creating, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional groupIds As IList(Of String) = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)

Parameters

id
String

The ID of the resource.

name
String

The name of the resource.

type
String

The type of the resource.

etag
String

The ETag of the resource, used for concurrency statements.

provisioningState
PrivateEndpointConnectionProvisioningState

The provisioning state of the private endpoint connection.

privateEndpoint
PrivateEndpoint

The ARM resource identifier of the private endpoint.

groupIds
IList<String>

The group id of the private endpoint connection.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

The private link service connection state of the private endpoint connection.

Applies to