Share via


HostsGetParameter Class

Definition

Host Get Parameter specification.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.HostsGetParameterTypeConverter))]
public class HostsGetParameter : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IHostsGetParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.HostsGetParameterTypeConverter))>]
type HostsGetParameter = class
    interface IHostsGetParameter
    interface IJsonSerializable
Public Class HostsGetParameter
Implements IHostsGetParameter
Inheritance
HostsGetParameter
Attributes
Implements

Constructors

HostsGetParameter()

Creates an new HostsGetParameter instance.

Properties

RequestUserEmail

User Email

RequestVMId

VM resource IDs

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostsGetParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostsGetParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IHostsGetParameter.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostsGetParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to