PrivateLinkServiceConnection Class

Definition

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.

Applies to