Aracılığıyla paylaş


PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(PrivateLinkServiceConnectionState, PrivateEndpoint, String, String, String, 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(PrivateLinkServiceConnectionState, PrivateEndpoint, String, String, String, String)

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, Microsoft.Azure.Management.Compute.Models.PrivateEndpoint privateEndpoint = default, string provisioningState = default, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection : Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState * Microsoft.Azure.Management.Compute.Models.PrivateEndpoint * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional provisioningState As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between DiskAccess and Virtual Network.

privateEndpoint
PrivateEndpoint

The resource of private end point.

provisioningState
String

The provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'

id
String

private endpoint connection Id

name
String

private endpoint connection name

type
String

private endpoint connection type

Applies to