PrivateEndpointConnection Class

Definition

A private endpoint connection

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Rest.Azure.IResource
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.ContainerService.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    interface IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    inherit ProxyResource
Public Class PrivateEndpointConnection
Implements IResource
Public Class PrivateEndpointConnection
Inherits ProxyResource
Inheritance
PrivateEndpointConnection
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

Name Description
PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

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

Initializes a new instance of the PrivateEndpointConnection class.

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

Initializes a new instance of the PrivateEndpointConnection class.

Properties

Name Description
Id

Gets the ID of the private endpoint connection.

Id

Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from Resource)
Name

Gets the name of the private endpoint connection.

Name

Gets the name of the resource

(Inherited from Resource)
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: 'Canceled', 'Creating', 'Deleting', 'Failed', 'Succeeded'

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Type

Gets the resource type.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to