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 LinkedAction.
public readonly struct LinkedAction : IEquatable<Azure.ResourceManager.ProviderHub.Models.LinkedAction>
type LinkedAction = struct
Public Structure LinkedAction
Implements IEquatable(Of LinkedAction)
- Inheritance
-
LinkedAction
- Implements
Constructors
LinkedAction(String) |
Initializes a new instance of LinkedAction. |
Properties
Blocked |
Blocked. |
Enabled |
Enabled. |
NotSpecified |
NotSpecified. |
Validate |
Validate. |
Methods
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
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. |
Applies to
Azure SDK for .NET