PrivateEndpointConnectionInner Class

Definition

A private endpoint connection

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

Constructors

PrivateEndpointConnectionInner()

Initializes a new instance of the PrivateEndpointConnectionInner class.

PrivateEndpointConnectionInner(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint)

Initializes a new instance of the PrivateEndpointConnectionInner class.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
PrivateEndpoint

Gets or sets the resource of private endpoint.

PrivateLinkServiceConnectionState

Gets or sets a collection of information about the state of the connection between service consumer and provider.

ProvisioningState

Gets the current provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to