PrivateEndpointConnection Class

Definition

A private endpoint connection

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

Constructors

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(PrivateLinkServiceConnectionStateProperty, String, String, String, PrivateEndpointProperty, String, String, SystemData)

Initializes a new instance of the PrivateEndpointConnection class.

Properties

GroupId

Gets group id of the private endpoint.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
PrivateEndpoint

Gets private endpoint which the connection belongs to.

PrivateLinkServiceConnectionState

Gets or sets connection State of the Private Endpoint Connection.

ProvisioningState

Gets provisioning state of the private endpoint.

SystemData
Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to