PrivateLinkResourceListResult Class

Definition

The response of a PrivateLinkResource list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateLinkResourceListResultTypeConverter))]
public class PrivateLinkResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateLinkResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateLinkResourceListResultTypeConverter))>]
type PrivateLinkResourceListResult = class
    interface IPrivateLinkResourceListResult
    interface IJsonSerializable
Public Class PrivateLinkResourceListResult
Implements IPrivateLinkResourceListResult
Inheritance
PrivateLinkResourceListResult
Attributes
Implements

Constructors

Name Description
PrivateLinkResourceListResult()

Creates an new PrivateLinkResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The PrivateLinkResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkResourceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateLinkResourceListResult.

FromJsonString(String)

Creates a new instance of PrivateLinkResourceListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to