Share via


SolutionPatch Class

Definition

The properties of a Solution that can be patched.

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

Constructors

Name Description
SolutionPatch()

Creates an new SolutionPatch instance.

Properties

Name Description
Tag

Resource tags

Methods

Name Description
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.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.

ToString()

Applies to