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 |
Blocked. |
| Enabled |
Enabled. |
| NotSpecified |
NotSpecified. |
| Validate |
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. |
| Inequality(LinkedAction, LinkedAction) |
Determines if two LinkedAction values are not the same. |