Bagikan melalui


IPrivateEndpointConnection Interface

Definition

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

Properties

Id

The resource ID.

(Inherited from IProxyResource)
Name

The name of the resource.

(Inherited from IProxyResource)
PrivateEndpointId

This is private endpoint resource created with Microsoft.Network resource provider.

PrivateLinkServiceConnectionStateActionsRequired

A message indicating if changes on the service provider require any updates on the consumer.

PrivateLinkServiceConnectionStateDescription

The description for connection status. For example if connection is rejected it can indicate reason for rejection.

PrivateLinkServiceConnectionStateStatus

The private link service connection status.

ProvisioningState

The provisioning state of private endpoint connection resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IProxyResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IProxyResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IProxyResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IProxyResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IProxyResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IProxyResource)
Type

The type of the resource.

(Inherited from IProxyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to