ConnectedClusterList 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 paginated list of connected Clusters
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterListTypeConverter))]
public class ConnectedClusterList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterListTypeConverter))>]
type ConnectedClusterList = class
interface IConnectedClusterList
interface IJsonSerializable
Public Class ConnectedClusterList
Implements IConnectedClusterList
- Inheritance
-
ConnectedClusterList
- Attributes
- Implements
Constructors
ConnectedClusterList() |
Creates an new ConnectedClusterList instance. |
Properties
NextLink |
The link to fetch the next page of connected cluster |
Value |
The list of connected clusters |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedClusterList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedClusterList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterList. |
FromJsonString(String) |
Creates a new instance of ConnectedClusterList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedClusterList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |