Freigeben über


ManagedClusterListResult Class

Definition

The response from the List Managed Clusters operation.

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

Constructors

ManagedClusterListResult()

Creates an new ManagedClusterListResult instance.

Properties

NextLink

The URL to get the next set of managed cluster results.

Value

The list of managed clusters.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to