Share via


DatastoresList Class

Definition

List of Datastores.

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

Constructors

DatastoresList()

Creates an new DatastoresList instance.

Properties

NextLink

Url to follow for getting next page of Datastores.

Value

Array of Datastores

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatastoresList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatastoresList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatastoresList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to