ConnectionDetail Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ConnectionDetailTypeConverter))]
public class ConnectionDetail : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectionDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ConnectionDetailTypeConverter))>]
type ConnectionDetail = class
    interface IConnectionDetail
    interface IJsonSerializable
Public Class ConnectionDetail
Implements IConnectionDetail
Inheritance
ConnectionDetail
Attributes
Implements

Constructors

ConnectionDetail()

Creates an new ConnectionDetail instance.

Properties

GroupId

The private endpoint connection group id

Id

Azure resource Id

LinkIdentifier

The private endpoint connection link identifier

MemberName

The private endpoint connection member name

PrivateIPAddress

The private endpoint connection private ip address

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionDetail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionDetail.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectionDetail.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to