RemotePrivateEndpointConnection Class

Definition

Represent remote private endpoint connection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RemotePrivateEndpointConnectionTypeConverter))]
public class RemotePrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IRemotePrivateEndpointConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RemotePrivateEndpointConnectionTypeConverter))>]
type RemotePrivateEndpointConnection = class
    interface IRemotePrivateEndpointConnection
    interface IJsonSerializable
Public Class RemotePrivateEndpointConnection
Implements IRemotePrivateEndpointConnection
Inheritance
RemotePrivateEndpointConnection
Attributes
Implements

Constructors

Name Description
RemotePrivateEndpointConnection()

Creates an new RemotePrivateEndpointConnection instance.

Properties

Name Description
Id

Gets or sets the remote private endpoint connection id.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RemotePrivateEndpointConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RemotePrivateEndpointConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IRemotePrivateEndpointConnection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RemotePrivateEndpointConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to