ResourceCustomProtectionSetting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of recovery orchestration resource custom protection setting with recovery orchestration plan.
public class ResourceCustomProtectionSetting : Azure.ResourceManager.ResilienceManagement.Models.ResourceBaseProtectionSolutionSetting, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResilienceManagement.Models.ResourceCustomProtectionSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResilienceManagement.Models.ResourceCustomProtectionSetting>
type ResourceCustomProtectionSetting = class
inherit ResourceBaseProtectionSolutionSetting
interface IJsonModel<ResourceCustomProtectionSetting>
interface IPersistableModel<ResourceCustomProtectionSetting>
Public Class ResourceCustomProtectionSetting
Inherits ResourceBaseProtectionSolutionSetting
Implements IJsonModel(Of ResourceCustomProtectionSetting), IPersistableModel(Of ResourceCustomProtectionSetting)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceCustomProtectionSetting() |
Initializes a new instance of ResourceCustomProtectionSetting. |
Properties
| Name | Description |
|---|---|
| FailoverActionResourceId |
The Azure resource ID hosting the custom action automation script. |
| FailoverCommitActionResourceId |
The Azure resource ID hosting the custom action automation script. |
| ReprotectActionResourceId |
The Azure resource ID hosting the custom action automation script. |
| TestFailoverActionResourceId |
The Azure resource ID hosting the custom action automation script. |
| TestFailoverCleanupActionResourceId |
The Azure resource ID hosting the custom action automation script. |