Share via


IDppTrackedResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppTrackedResourceTypeConverter))]
public interface IDppTrackedResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppBaseTrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppTrackedResourceTypeConverter))>]
type IDppTrackedResource = interface
    interface IJsonSerializable
    interface IDppBaseTrackedResource
Public Interface IDppTrackedResource
Implements IDppBaseTrackedResource
Derived
Attributes
Implements

Properties

ETag

Optional ETag.

(Inherited from IDppBaseTrackedResource)
Id

Resource Id represents the complete path to the resource.

(Inherited from IDppBaseTrackedResource)
IdentityPrincipalId

The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.

IdentityTenantId

A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.

IdentityType

The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None

IdentityUserAssignedIdentity

Gets or sets the user assigned identities.

Location

Resource location.

(Inherited from IDppBaseTrackedResource)
Name

Resource name associated with the resource.

(Inherited from IDppBaseTrackedResource)
SystemData

Metadata pertaining to creation and last modification of the resource.

(Inherited from IDppBaseTrackedResource)
Tag

Resource tags.

(Inherited from IDppBaseTrackedResource)
Type

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

(Inherited from IDppBaseTrackedResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to