Aracılığıyla paylaş


ApplicationGatewayPrivateEndpointConnection Constructors

Definition

Overloads

ApplicationGatewayPrivateEndpointConnection()

Initializes a new instance of the ApplicationGatewayPrivateEndpointConnection class.

ApplicationGatewayPrivateEndpointConnection(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String, String, String)

Initializes a new instance of the ApplicationGatewayPrivateEndpointConnection class.

ApplicationGatewayPrivateEndpointConnection()

Initializes a new instance of the ApplicationGatewayPrivateEndpointConnection class.

public ApplicationGatewayPrivateEndpointConnection ();
Public Sub New ()

Applies to

ApplicationGatewayPrivateEndpointConnection(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String, String, String)

Initializes a new instance of the ApplicationGatewayPrivateEndpointConnection class.

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

Parameters

id
String

Resource ID.

privateEndpoint
PrivateEndpoint

The resource of private end point.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState
String

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

linkIdentifier
String

The consumer link id.

name
String

Name of the private endpoint connection on an application gateway.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

Applies to