Freigeben über


MachineExtensionsListResult Class

Definition

Describes the Machine Extensions List Result.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineExtensionsListResultTypeConverter))]
public class MachineExtensionsListResult : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineExtensionsListResultTypeConverter))>]
type MachineExtensionsListResult = class
    interface IMachineExtensionsListResult
    interface IJsonSerializable
Public Class MachineExtensionsListResult
Implements IMachineExtensionsListResult
Inheritance
MachineExtensionsListResult
Attributes
Implements

Constructors

MachineExtensionsListResult()

Creates an new MachineExtensionsListResult instance.

Properties

NextLink

The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.

Value

The list of extensions

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MachineExtensionsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MachineExtensionsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MachineExtensionsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to