Share via


VCentersList Class

Definition

List of VCenters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VCentersListTypeConverter))]
public class VCentersList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVCentersList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VCentersListTypeConverter))>]
type VCentersList = class
    interface IVCentersList
    interface IJsonSerializable
Public Class VCentersList
Implements IVCentersList
Inheritance
VCentersList
Attributes
Implements

Constructors

VCentersList()

Creates an new VCentersList instance.

Properties

NextLink

Url to follow for getting next page of VCenters.

Value

Array of VCenters

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VCentersList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VCentersList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVCentersList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VCentersList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to