ResourceUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Update Resource model definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ResourceUpdateTypeConverter))]
public class ResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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
Tags |
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.ConnectedMachine.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() |