ApplicationGatewayPrivateEndpointConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Private Endpoint connection on an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayPrivateEndpointConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayPrivateEndpointConnection = class
inherit SubResource
Public Class ApplicationGatewayPrivateEndpointConnection
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
LinkIdentifier |
Gets the consumer link id. |
Name |
Gets or sets name of the private endpoint connection on an application gateway. |
PrivateEndpoint |
Gets the resource of private end point. |
PrivateLinkServiceConnectionState |
Gets or sets a collection of information about the state of the connection between service consumer and provider. |
ProvisioningState |
Gets the provisioning state of the application gateway private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET