IRemotePrivateEndpoint Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RemotePrivateEndpointTypeConverter))]
public interface IRemotePrivateEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RemotePrivateEndpointTypeConverter))>]
type IRemotePrivateEndpoint = interface
    interface IJsonSerializable
Public Interface IRemotePrivateEndpoint
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ConnectionDetail

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

Id

Gets or sets private link service proxy id.

ManualPrivateLinkServiceConnection

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

PrivateLinkServiceConnection

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

PrivateLinkServiceProxy

Gets or sets the list of private link service proxies.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to