ConnectionDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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() |