PrivateEndpointConnection Class

Definition

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

Constructors

PrivateEndpointConnection()

Creates an new PrivateEndpointConnection instance.

Properties

GroupId

GroupIds from the private link service resource.

Id

Fully qualified identifier of the resource.

Name

Name of the resource.

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.

ResourceGroupName

Gets the resource group name

Type

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.EventGrid.Models.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