InitialConfig 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 Initial config of Drill object.
public readonly struct InitialConfig : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.InitialConfig>
type InitialConfig = struct
Public Structure InitialConfig
Implements IEquatable(Of InitialConfig)
- Inheritance
-
InitialConfig
- Implements
Constructors
| Name | Description |
|---|---|
| InitialConfig(String) |
Initializes a new instance of InitialConfig. |
Properties
| Name | Description |
|---|---|
| Complete |
Initial config complete. |
| Pending |
Initial config pending. |
Methods
| Name | Description |
|---|---|
| Equals(InitialConfig) |
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(InitialConfig, InitialConfig) |
Determines if two InitialConfig values are the same. |
| Implicit(String to InitialConfig) |
Converts a string to a InitialConfig. |
| Implicit(String to Nullable<InitialConfig>) | |
| Inequality(InitialConfig, InitialConfig) |
Determines if two InitialConfig values are not the same. |