ChaosScenarioActionDependencyType Struct
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.
Enum for action dependency type.
public readonly struct ChaosScenarioActionDependencyType : IEquatable<Azure.ResourceManager.Chaos.Models.ChaosScenarioActionDependencyType>
type ChaosScenarioActionDependencyType = struct
Public Structure ChaosScenarioActionDependencyType
Implements IEquatable(Of ChaosScenarioActionDependencyType)
- Inheritance
-
ChaosScenarioActionDependencyType
- Implements
Constructors
| Name | Description |
|---|---|
| ChaosScenarioActionDependencyType(String) |
Initializes a new instance of ChaosScenarioActionDependencyType. |
Properties
| Name | Description |
|---|---|
| Action |
Action dependency type. |
Methods
| Name | Description |
|---|---|
| Equals(ChaosScenarioActionDependencyType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ChaosScenarioActionDependencyType, ChaosScenarioActionDependencyType) |
Determines if two ChaosScenarioActionDependencyType values are the same. |
| Implicit(String to ChaosScenarioActionDependencyType) |
Converts a string to a ChaosScenarioActionDependencyType. |
| Implicit(String to Nullable<ChaosScenarioActionDependencyType>) | |
| Inequality(ChaosScenarioActionDependencyType, ChaosScenarioActionDependencyType) |
Determines if two ChaosScenarioActionDependencyType values are not the same. |