ManagementConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ManagementConfiguration properties supported by the OperationsManagement resource provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ManagementConfigurationPropertiesTypeConverter))]
public class ManagementConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.IManagementConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ManagementConfigurationPropertiesTypeConverter))>]
type ManagementConfigurationProperties = class
interface IManagementConfigurationProperties
interface IJsonSerializable
Public Class ManagementConfigurationProperties
Implements IManagementConfigurationProperties
- Inheritance
-
ManagementConfigurationProperties
- Attributes
- Implements
Constructors
ManagementConfigurationProperties() |
Creates an new ManagementConfigurationProperties instance. |
Properties
ApplicationId |
The applicationId of the appliance for this Management. |
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 |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagementConfigurationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagementConfigurationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.IManagementConfigurationProperties. |
FromJsonString(String) |
Creates a new instance of ManagementConfigurationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagementConfigurationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |