PrivateEndpointConnectionsResponse Class

Definition

The available private link connections for a Digital Twin.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.PrivateEndpointConnectionsResponseTypeConverter))]
public class PrivateEndpointConnectionsResponse : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IPrivateEndpointConnectionsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.PrivateEndpointConnectionsResponseTypeConverter))>]
type PrivateEndpointConnectionsResponse = class
    interface IPrivateEndpointConnectionsResponse
    interface IJsonSerializable
Public Class PrivateEndpointConnectionsResponse
Implements IPrivateEndpointConnectionsResponse
Inheritance
PrivateEndpointConnectionsResponse
Attributes
Implements

Constructors

Name Description
PrivateEndpointConnectionsResponse()

Creates an new PrivateEndpointConnectionsResponse instance.

Properties

Name Description
Value

The list of available private link connections for a Digital Twin.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IPrivateEndpointConnectionsResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to