Share via


DppTrackedResource Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppTrackedResourceTypeConverter))]
public class DppTrackedResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppTrackedResource, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppTrackedResourceTypeConverter))>]
type DppTrackedResource = class
    interface IDppTrackedResource
    interface IJsonSerializable
    interface IDppBaseTrackedResource
    interface IValidates
Public Class DppTrackedResource
Implements IDppTrackedResource, IValidates
Inheritance
DppTrackedResource
Attributes
Implements

Constructors

DppTrackedResource()

Creates an new DppTrackedResource instance.

Properties

ETag

Optional ETag.

Id

Resource Id represents the complete path to the resource.

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.

Name

Resource name associated with the resource.

SystemData

Metadata pertaining to creation and last modification of the resource.

Tag

Resource tags.

Type

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DppTrackedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DppTrackedResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppTrackedResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DppTrackedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to