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