Share via


UpdateResource Class

Definition

The Update Resource model definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.UpdateResourceTypeConverter))]
public class UpdateResource : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IUpdateResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.UpdateResourceTypeConverter))>]
type UpdateResource = class
    interface IUpdateResource
    interface IJsonSerializable
Public Class UpdateResource
Implements IUpdateResource
Inheritance
UpdateResource
Attributes
Implements

Constructors

UpdateResource()

Creates an new UpdateResource instance.

Properties

Tag

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IUpdateResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to