共用方式為


PrivateEndpointConnection Class

Definition

A private endpoint connection

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.CosmosDB.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, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty, String, String)

Initializes a new instance of the PrivateEndpointConnection class.

Properties

GroupId

Gets or sets 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 or sets private endpoint which the connection belongs to.

PrivateLinkServiceConnectionState

Gets or sets connection State of the Private Endpoint Connection.

ProvisioningState

Gets or sets provisioning state of the private endpoint.

Type

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

(Inherited from Resource)

Applies to