你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IResourceGuardResource Interface

Definition

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

Properties

AllowAutoApproval

This flag indicates whether auto approval is allowed or not.

CriticalOperationExclusionList

List of critical operations which are not protected by this resourceGuard

Description

Description about the pre-req steps to perform all the critical operations.

ETag

Optional ETag.

(Inherited from IDppBaseTrackedResource)
Id

Resource Id represents the complete path to the resource.

(Inherited from IDppBaseTrackedResource)
Location

Resource location.

(Inherited from IDppBaseTrackedResource)
Name

Resource name associated with the resource.

(Inherited from IDppBaseTrackedResource)
ProvisioningState

Provisioning state of the BackupVault resource

ResourceGuardOperation

{readonly} List of operation details those are protected by the ResourceGuard resource

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