Share via


ResourceUpdate Class

Definition

The Update Resource model definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ResourceUpdateTypeConverter))]
public class ResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ResourceUpdateTypeConverter))>]
type ResourceUpdate = class
    interface IResourceUpdate
    interface IJsonSerializable
Public Class ResourceUpdate
Implements IResourceUpdate
Inheritance
ResourceUpdate
Attributes
Implements

Constructors

ResourceUpdate()

Creates an new ResourceUpdate instance.

Properties

Tag

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IResourceUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to