Sdílet prostřednictvím


ITrackedResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.TrackedResourceTypeConverter))]
public interface ITrackedResource : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureTrackedResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IETag, Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IResource, Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IResourceKind, Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ITags1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.TrackedResourceTypeConverter))>]
type ITrackedResource = interface
    interface IJsonSerializable
    interface IResource
    interface IAzureTrackedResourceLocation
    interface IResourceKind
    interface IETag
    interface ITags1
Public Interface ITrackedResource
Implements IAzureTrackedResourceLocation, IETag, IResource, IResourceKind, ITags1
Derived
Attributes
Implements

Properties

Etag

Entity tag is used for comparing two or more entities from the same requested resource.

(Inherited from IETag)
Id

Resource Id

(Inherited from IResource)
Kind

Kind of the resource

(Inherited from IResourceKind)
Location

Location where the resource is stored

(Inherited from IAzureTrackedResourceLocation)
Name

Resource name

(Inherited from IResource)
Tag

A list of key value pairs that describe the resource.

(Inherited from ITags1)
Type

Resource type

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to