Share via


SolutionPatch Class

Definition

The properties of a Solution that can be patched.

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

Constructors

SolutionPatch()

Creates an new SolutionPatch instance.

Properties

Tag

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SolutionPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SolutionPatch.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SolutionPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to