HostsGetRequest 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.
Request of a Hosts get Operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.HostsGetRequestTypeConverter))]
public class HostsGetRequest : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IHostsGetRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.HostsGetRequestTypeConverter))>]
type HostsGetRequest = class
interface IHostsGetRequest
interface IJsonSerializable
Public Class HostsGetRequest
Implements IHostsGetRequest
- Inheritance
-
HostsGetRequest
- Attributes
- Implements
Constructors
HostsGetRequest() |
Creates an new HostsGetRequest instance. |
Properties
UserEmail |
User Email |
VMId |
VM resource IDs |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HostsGetRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HostsGetRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IHostsGetRequest. |
FromJsonString(String) |
Creates a new instance of HostsGetRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HostsGetRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |