RemotePrivateEndpoint 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.
Represent remote private endpoint information for the private endpoint connection proxy.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RemotePrivateEndpointTypeConverter))]
public class RemotePrivateEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IRemotePrivateEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RemotePrivateEndpointTypeConverter))>]
type RemotePrivateEndpoint = class
interface IRemotePrivateEndpoint
interface IJsonSerializable
Public Class RemotePrivateEndpoint
Implements IRemotePrivateEndpoint
- Inheritance
-
RemotePrivateEndpoint
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RemotePrivateEndpoint() |
Creates an new RemotePrivateEndpoint instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemotePrivateEndpoint. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemotePrivateEndpoint. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IRemotePrivateEndpoint. |
| FromJsonString(String) |
Creates a new instance of RemotePrivateEndpoint, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemotePrivateEndpoint into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |