RehydrationPriority 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.
Rehydration Priority.
public readonly struct RehydrationPriority : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.RehydrationPriority>
type RehydrationPriority = struct
Public Structure RehydrationPriority
Implements IEquatable(Of RehydrationPriority)
- Inheritance
-
RehydrationPriority
- Implements
Constructors
| Name | Description |
|---|---|
| RehydrationPriority(String) |
Initializes a new instance of RehydrationPriority. |
Properties
| Name | Description |
|---|---|
| High |
Gets the High. |
| Standard |
Gets the Standard. |
Methods
| Name | Description |
|---|---|
| Equals(RehydrationPriority) |
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(RehydrationPriority, RehydrationPriority) |
Determines if two RehydrationPriority values are the same. |
| Implicit(String to Nullable<RehydrationPriority>) | |
| Implicit(String to RehydrationPriority) |
Converts a string to a RehydrationPriority. |
| Inequality(RehydrationPriority, RehydrationPriority) |
Determines if two RehydrationPriority values are not the same. |