Share via


HyperVRunAsAccountCollection Class

Definition

Collection of Hyper-V run as accounts.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVRunAsAccountCollectionTypeConverter))]
public class HyperVRunAsAccountCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVRunAsAccountCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVRunAsAccountCollectionTypeConverter))>]
type HyperVRunAsAccountCollection = class
    interface IHyperVRunAsAccountCollection
    interface IJsonSerializable
Public Class HyperVRunAsAccountCollection
Implements IHyperVRunAsAccountCollection
Inheritance
HyperVRunAsAccountCollection
Attributes
Implements

Constructors

HyperVRunAsAccountCollection()

Creates an new HyperVRunAsAccountCollection instance.

Properties

NextLink

Value of next link.

Value

List of run as accounts.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVRunAsAccountCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVRunAsAccountCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVRunAsAccountCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVRunAsAccountCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to