ManagedClusterListResult 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.
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. |