Share via


ResourcePatch Class

Definition

Object containing updates for patch operations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ResourcePatchTypeConverter))]
public class ResourcePatch : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ResourcePatchTypeConverter))>]
type ResourcePatch = class
    interface IResourcePatch
    interface IJsonSerializable
Public Class ResourcePatch
Implements IResourcePatch
Inheritance
ResourcePatch
Attributes
Implements

Constructors

ResourcePatch()

Creates an new ResourcePatch instance.

Properties

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourcePatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourcePatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePatch.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourcePatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to