PrivateLinkServiceConnection 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 of an NRP private link service connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateLinkServiceConnectionTypeConverter))]
public class PrivateLinkServiceConnection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateLinkServiceConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateLinkServiceConnectionTypeConverter))>]
type PrivateLinkServiceConnection = class
interface IPrivateLinkServiceConnection
interface IJsonSerializable
Public Class PrivateLinkServiceConnection
Implements IPrivateLinkServiceConnection
- Inheritance
-
PrivateLinkServiceConnection
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PrivateLinkServiceConnection() |
Creates an new PrivateLinkServiceConnection instance. |
Properties
| Name | Description |
|---|---|
| GroupId |
Gets or sets group ids. |
| Name |
Gets or sets private link service connection name. |
| RequestMessage |
Gets or sets the request message for the private link service connection. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkServiceConnection. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkServiceConnection. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateLinkServiceConnection. |
| FromJsonString(String) |
Creates a new instance of PrivateLinkServiceConnection, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkServiceConnection into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |