RecoveryPlanActionLocation 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 fabric location.
public readonly struct RecoveryPlanActionLocation : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanActionLocation>
type RecoveryPlanActionLocation = struct
Public Structure RecoveryPlanActionLocation
Implements IEquatable(Of RecoveryPlanActionLocation)
- Inheritance
-
RecoveryPlanActionLocation
- Implements
Constructors
RecoveryPlanActionLocation(String) |
Initializes a new instance of RecoveryPlanActionLocation. |
Properties
Primary |
Primary. |
Recovery |
Recovery. |
Methods
Equals(RecoveryPlanActionLocation) |
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(RecoveryPlanActionLocation, RecoveryPlanActionLocation) |
Determines if two RecoveryPlanActionLocation values are the same. |
Implicit(String to RecoveryPlanActionLocation) |
Converts a string to a RecoveryPlanActionLocation. |
Inequality(RecoveryPlanActionLocation, RecoveryPlanActionLocation) |
Determines if two RecoveryPlanActionLocation values are not the same. |
Applies to
Azure SDK for .NET