Share via


ManagementConfiguration Class

Definition

The container for solution.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ManagementConfigurationTypeConverter))]
public class ManagementConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.IManagementConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ManagementConfigurationTypeConverter))>]
type ManagementConfiguration = class
    interface IManagementConfiguration
    interface IJsonSerializable
Public Class ManagementConfiguration
Implements IManagementConfiguration
Inheritance
ManagementConfiguration
Attributes
Implements

Constructors

ManagementConfiguration()

Creates an new ManagementConfiguration instance.

Properties

ApplicationId

The applicationId of the appliance for this Management.

Id

Resource ID.

Location

Resource location

Name

Resource name.

Parameter

Parameters to run the ARM template

ParentResourceType

The type of the parent resource.

ProvisioningState

The provisioning state for the ManagementConfiguration.

Template

The Json object containing the ARM template to deploy

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagementConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagementConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.IManagementConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagementConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to