Bagikan melalui


PrivateEndpointConnection Class

Definition

PrivateEndpointConnection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    inherit SubResource
Public Class PrivateEndpointConnection
Inherits SubResource
Inheritance
PrivateEndpointConnection
Attributes

Constructors

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String, String, String)

Initializes a new instance of the PrivateEndpointConnection 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 the name of the resource that is unique within a resource group. This name can be used to access the resource.

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 private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Type

Gets the resource type.

Applies to