你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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