VMResources 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.
The vm resource properties that is currently being monitored by the Elastic monitor resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMResourcesTypeConverter))]
public class VMResources : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMResources
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMResourcesTypeConverter))>]
type VMResources = class
interface IVMResources
interface IJsonSerializable
Public Class VMResources
Implements IVMResources
- Inheritance
-
VMResources
- Attributes
- Implements
Constructors
VMResources() |
Creates an new VMResources instance. |
Properties
VMResourceId |
The ARM id of the VM resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMResources. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMResources. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMResources. |
FromJsonString(String) |
Creates a new instance of VMResources, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMResources into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |