ResourceAnchorUpdate Class

Definition

The type used for update operations of the ResourceAnchor.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ResourceAnchorUpdateTypeConverter))]
public class ResourceAnchorUpdate : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IResourceAnchorUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ResourceAnchorUpdateTypeConverter))>]
type ResourceAnchorUpdate = class
    interface IResourceAnchorUpdate
    interface IJsonSerializable
Public Class ResourceAnchorUpdate
Implements IResourceAnchorUpdate
Inheritance
ResourceAnchorUpdate
Attributes
Implements

Constructors

Name Description
ResourceAnchorUpdate()

Creates an new ResourceAnchorUpdate instance.

Properties

Name Description
Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceAnchorUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceAnchorUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IResourceAnchorUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceAnchorUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to