ConnectionDetails 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.
Private endpoint connection details at member level.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ConnectionDetailsTypeConverter))]
public class ConnectionDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IConnectionDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ConnectionDetailsTypeConverter))>]
type ConnectionDetails = class
interface IConnectionDetails
interface IJsonSerializable
Public Class ConnectionDetails
Implements IConnectionDetails
- Inheritance
-
ConnectionDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectionDetails() |
Creates an new ConnectionDetails instance. |
Properties
| Name | Description |
|---|---|
| GroupId |
Gets or sets group id. |
| Id |
Gets or sets id. |
| LinkIdentifier |
Gets or sets link identifier. |
| MemberName |
Gets or sets member name. |
| PrivateIPAddress |
Gets or sets private IP address. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectionDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectionDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IConnectionDetails. |
| FromJsonString(String) |
Creates a new instance of ConnectionDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectionDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |