PrivateEndpointConnection Class

Definition

Properties of the PrivateEndpointConnection.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.EventHub.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(String, String, String, String, PrivateEndpoint, ConnectionState, String, SystemData)

Initializes a new instance of the PrivateEndpointConnection class.

Properties

Id

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

(Inherited from ProxyResource)
Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
PrivateEndpoint

Gets or sets the Private Endpoint resource for this Connection.

PrivateLinkServiceConnectionState

Gets or sets details about the state of the connection.

ProvisioningState

Gets or sets provisioning state of the Private Endpoint Connection. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'

SystemData

Gets the system meta data relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from ProxyResource)

Applies to