ClusterListResult 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.
A list of clusters populated by a 'list' operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterListResultTypeConverter))]
public class ClusterListResult : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.IClusterListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterListResultTypeConverter))>]
type ClusterListResult = class
interface IClusterListResult
interface IJsonSerializable
Public Class ClusterListResult
Implements IClusterListResult
- Inheritance
-
ClusterListResult
- Attributes
- Implements
Constructors
ClusterListResult() |
Creates an new ClusterListResult instance. |
Properties
NextLink |
The URL to fetch the next set of clusters. |
Value |
A list of clusters. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.IClusterListResult. |
FromJsonString(String) |
Creates a new instance of ClusterListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |