Sdílet prostřednictvím


PrivateLinkResourcesListResult Class

Definition

A list of private link resources

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.PrivateLinkResourcesListResultTypeConverter))]
public class PrivateLinkResourcesListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IPrivateLinkResourcesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.PrivateLinkResourcesListResultTypeConverter))>]
type PrivateLinkResourcesListResult = class
    interface IPrivateLinkResourcesListResult
    interface IJsonSerializable
Public Class PrivateLinkResourcesListResult
Implements IPrivateLinkResourcesListResult
Inheritance
PrivateLinkResourcesListResult
Attributes
Implements

Constructors

PrivateLinkResourcesListResult()

Creates an new PrivateLinkResourcesListResult instance.

Properties

Value

The collection value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkResourcesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkResourcesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IPrivateLinkResourcesListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkResourcesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to