IPrivateLinkServiceProxy Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateLinkServiceProxyTypeConverter))]
public interface IPrivateLinkServiceProxy : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateLinkServiceProxyTypeConverter))>]
type IPrivateLinkServiceProxy = interface
interface IJsonSerializable
Public Interface IPrivateLinkServiceProxy
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| GroupConnectivityInformation |
Gets or sets group connectivity information. |
| Id |
Gets or sets private link service proxy id. |
| RemotePrivateEndpointConnectionId |
Gets or sets the remote private endpoint connection id. |
| RemotePrivateLinkServiceConnectionStateActionsRequired |
Gets or sets actions required. |
| RemotePrivateLinkServiceConnectionStateDescription |
Gets or sets description. |
| RemotePrivateLinkServiceConnectionStateStatus |
Gets or sets the status. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |