你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPrivateEndpointConnection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnectionTypeConverter))]
public interface IPrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnectionTypeConverter))>]
type IPrivateEndpointConnection = interface
    interface IJsonSerializable
    interface IResource
Public Interface IPrivateEndpointConnection
Implements IResource
Derived
Attributes
Implements

Properties

GroupId

GroupIds from the private link service resource.

Id

Fully qualified identifier of the resource.

(Inherited from IResource)
Name

Name of the resource.

(Inherited from IResource)
PrivateEndpointId

The ARM identifier for Private Endpoint.

PrivateLinkServiceConnectionStateActionsRequired

Actions required (if any).

PrivateLinkServiceConnectionStateDescription

Description of the connection state.

PrivateLinkServiceConnectionStateStatus

Status of the connection.

ProvisioningState

Provisioning state of the Private Endpoint Connection.

Type

Type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to