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
| Name | Description |
|---|---|
| ProtectedItemActiveLocation(String) |
Initializes a new instance of ProtectedItemActiveLocation. |
Properties
| Name | Description |
|---|---|
| Primary |
Protected item is active on Primary. |
| Recovery |
Protected item is active on Recovery. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |