LinkedAction 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.
The linked action.
public readonly struct LinkedAction : IEquatable<Azure.ResourceManager.ProviderHub.Models.LinkedAction>
type LinkedAction = struct
Public Structure LinkedAction
Implements IEquatable(Of LinkedAction)
- Inheritance
-
LinkedAction
- Implements
Constructors
| Name | Description |
|---|---|
| LinkedAction(String) |
Initializes a new instance of LinkedAction. |
Properties
| Name | Description |
|---|---|
| Blocked |
Gets the Blocked. |
| Enabled |
Gets the Enabled. |
| NotSpecified |
Gets the NotSpecified. |
| Validate |
Gets the Validate. |
Methods
| Name | Description |
|---|---|
| Equals(LinkedAction) |
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(LinkedAction, LinkedAction) |
Determines if two LinkedAction values are the same. |
| Implicit(String to LinkedAction) |
Converts a string to a LinkedAction. |
| Implicit(String to Nullable<LinkedAction>) | |
| Inequality(LinkedAction, LinkedAction) |
Determines if two LinkedAction values are not the same. |