Share via


ManagementAssociation Class

Definition

The container for solution.

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

Constructors

ManagementAssociation()

Creates an new ManagementAssociation instance.

Properties

ApplicationId

The applicationId of the appliance for this association.

Id

Resource ID.

Location

Resource location

Name

Resource name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagementAssociation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagementAssociation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagementAssociation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to