MachineExtensionsListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the Machine Extensions List Result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineExtensionsListResultTypeConverter))]
public class MachineExtensionsListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.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() |