PrivateEndpointConnectionProxyProperties Class

Definition

Represents private endpoint connection proxy request.

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

Constructors

Name Description
PrivateEndpointConnectionProxyProperties()

Creates an new PrivateEndpointConnectionProxyProperties instance.

Properties

Name Description
ProvisioningState

Gets or sets the provisioning state of the private endpoint connection proxy.

RemotePrivateEndpointConnectionDetail

Gets or sets the list of Connection Details. This is the connection details for private endpoint.

RemotePrivateEndpointId

Gets or sets private link service proxy id.

RemotePrivateEndpointManualPrivateLinkServiceConnection

Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.

RemotePrivateEndpointPrivateLinkServiceConnection

Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.

RemotePrivateEndpointPrivateLinkServiceProxy

Gets or sets the list of private link service proxies.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionProxyProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionProxyProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionProxyProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to