Share via


AppServicesGetParameter Class

Definition

App services Get Parameter specification.

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

Constructors

AppServicesGetParameter()

Creates an new AppServicesGetParameter instance.

Properties

RequestAzureResourceId

Azure resource IDs

RequestUserEmail

User Email

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServicesGetParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServicesGetParameter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServicesGetParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to