Bagikan melalui


PrivateEndpointConnection Class

Definition

An object that represents a private endpoint connection for a container registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
    interface IPrivateEndpointConnection
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class PrivateEndpointConnection
Implements IPrivateEndpointConnection, IValidates
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

PrivateEndpointConnection()

Creates an new PrivateEndpointConnection instance.

Properties

Id

The resource ID.

Name

The name of the resource.

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.

ResourceGroupName

Gets the resource group name

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection.

FromJsonString(String)

Creates a new instance of PrivateEndpointConnection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to