Share via


HostsGetRequest Class

Definition

Request of a Hosts get Operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.HostsGetRequestTypeConverter))]
public class HostsGetRequest : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IHostsGetRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.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.Api20220701.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()

Applies to