TrackedResource Class
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.
Definition of a Tracked Resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TrackedResourceTypeConverter))]
public class TrackedResource : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITrackedResource, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TrackedResourceTypeConverter))>]
type TrackedResource = class
interface ITrackedResource
interface IJsonSerializable
interface IResource
interface IValidates
Public Class TrackedResource
Implements ITrackedResource, IValidates
- Inheritance
-
TrackedResource
- Attributes
- Implements
Tracked |
Creates an new TrackedResource instance. |
Id |
Fully qualified identifier of the resource. |
Location |
Location of the resource. |
Name |
Name of the resource. |
Tag |
Tags of the resource. |
Type |
Type of the resource. |
Deserialize |
Deserializes a IDictionary into an instance of TrackedResource. |
Deserialize |
Deserializes a PSObject into an instance of TrackedResource. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITrackedResource. |
From |
Creates a new instance of TrackedResource, deserializing the content from a json string. |
To |
Serializes this instance of TrackedResource into a JsonNode. |
To |
Serializes this instance to a json string. |
To |
|
Validate(IEvent |
Validates that this object meets the validation criteria. |
Produto | Versões |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |