Share via


ProvisionedClusterListResult Class

Definition

Lists the ProvisionedClusterInstance resource associated with the ConnectedCluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterListResultTypeConverter))]
public class ProvisionedClusterListResult : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterListResultTypeConverter))>]
type ProvisionedClusterListResult = class
    interface IProvisionedClusterListResult
    interface IJsonSerializable
Public Class ProvisionedClusterListResult
Implements IProvisionedClusterListResult
Inheritance
ProvisionedClusterListResult
Attributes
Implements

Constructors

Name Description
ProvisionedClusterListResult()

Creates an new ProvisionedClusterListResult instance.

Properties

Name Description
NextLink
Value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProvisionedClusterListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProvisionedClusterListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProvisionedClusterListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to