PrivateEndpointConnectionInner Class

Definition

PrivateEndpointConnection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnectionInner = class
    inherit SubResource
Public Class PrivateEndpointConnectionInner
Inherits SubResource
Inheritance
PrivateEndpointConnectionInner
Attributes

Constructors

PrivateEndpointConnectionInner()

Initializes a new instance of the PrivateEndpointConnectionInner class.

PrivateEndpointConnectionInner(String, PrivateEndpointInner, PrivateLinkServiceConnectionState, ProvisioningState, String, String, String, String)

Initializes a new instance of the PrivateEndpointConnectionInner class.

Properties

Etag

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

Id

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