AzureSqlItem Class

Definition

AzureSql Item Class

public class AzureSqlItem : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase
type AzureSqlItem = class
    inherit ItemBase
Public Class AzureSqlItem
Inherits ItemBase
Inheritance

Constructors

AzureSqlItem(ProtectedItemResource, String, ContainerType, String)

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model

Properties

BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
ContainerName

Unique name of the Container

(Inherited from ItemContext)
ContainerType

Type of the container that maybe managed by the recovery services vault.

(Inherited from ContainerContext)
ExtendedInfo

ExtendedInfo for the Item

Id

Id of the item

(Inherited from ItemBase)
LatestRecoveryPoint

Latest Recovery Point for the item

(Inherited from ItemBase)
Name

Name of the item

(Inherited from ItemBase)
ProtectedItemDataId

ProtectedItem DataId of the Item

ProtectionPolicyName

Protection Policy Name for the Item

ProtectionState

Protection State of the Item

SourceResourceId

ARM ID of the resource represented by the item

(Inherited from ItemBase)
WorkloadType

Workload Type of Item

(Inherited from ItemContext)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to