Share via


CreateOrUpdateTrackedResourceProperties Class

Definition

Properties required to create any resource tracked by Azure Resource Manager.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.CreateOrUpdateTrackedResourcePropertiesTypeConverter))]
public class CreateOrUpdateTrackedResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ICreateOrUpdateTrackedResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.CreateOrUpdateTrackedResourcePropertiesTypeConverter))>]
type CreateOrUpdateTrackedResourceProperties = class
    interface ICreateOrUpdateTrackedResourceProperties
    interface IJsonSerializable
Public Class CreateOrUpdateTrackedResourceProperties
Implements ICreateOrUpdateTrackedResourceProperties
Inheritance
CreateOrUpdateTrackedResourceProperties
Attributes
Implements

Constructors

CreateOrUpdateTrackedResourceProperties()

Creates an new CreateOrUpdateTrackedResourceProperties instance.

Properties

Location

The location of the resource.

Tag

Key-value pairs of additional properties for the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreateOrUpdateTrackedResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateOrUpdateTrackedResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ICreateOrUpdateTrackedResourceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateOrUpdateTrackedResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to