ITrackedResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.TrackedResourceTypeConverter))]
public interface ITrackedResource : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.TrackedResourceTypeConverter))>]
type ITrackedResource = interface
    interface IJsonSerializable
    interface IResource
Public Interface ITrackedResource
Implements IResource
Derived
Attributes
Implements

Properties

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Location

The geo-location where the resource lives

Name

The name of the resource

(Inherited from IResource)
Tag

Resource tags.

Type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to