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