DrillProperties 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.
Properties of the Resiliency Drill. Please note this is the abstract base class. The derived classes available for instantiation are: ZonalDrillProperties and RegionalDrillProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ResilienceManagement.Models.UnknownDrillProperties))]
public abstract class DrillProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResilienceManagement.Models.DrillProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResilienceManagement.Models.DrillProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ResilienceManagement.Models.UnknownDrillProperties))>]
type DrillProperties = class
interface IJsonModel<DrillProperties>
interface IPersistableModel<DrillProperties>
Public MustInherit Class DrillProperties
Implements IJsonModel(Of DrillProperties), IPersistableModel(Of DrillProperties)
- Inheritance
-
DrillProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AttentionReason |
Attention reason if the ReadinessState is 'NeedsAttention'. |
| ChaosResourceProperties |
Chaos Resource properties. |
| DrillAssetProperties |
Properties for internal resources that are created for the Drill. |
| ErrorDetails |
Error details associated with the resource. |
| ExecutionReadinessState |
Readiness state of the Drill. |
| ExecutionState |
Execution state of the Drill. Whether it is currently running or not. |
| LastResyncReadinessCheckOn |
Last resync and readiness check time. |
| LastRunProperties |
Last run properties. |
| LastSyncOn |
Last sync time. |
| ManagedOnBehalfOfMoboBrokerResources |
Associated MoboBrokerResources. |
| MonitoringProperties |
Monitoring properties of the Drill. |
| ProvisioningState |
Status of the last operation. |
| RbacSetupMode |
RBAC setup mode. |
| RecoveryPlanProperties |
ROPlan properties. |
| ServiceGroupId |
Parent SG resource. |
| SystemMetadata |
Internal System Metadata, to be used by internal components only. |