ChurnOptionSelected 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.
A value indicating the churn option selected by user.
public readonly struct ChurnOptionSelected : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ChurnOptionSelected>
type ChurnOptionSelected = struct
Public Structure ChurnOptionSelected
Implements IEquatable(Of ChurnOptionSelected)
- Inheritance
-
ChurnOptionSelected
- Implements
Constructors
ChurnOptionSelected(String) |
Initializes a new instance of ChurnOptionSelected. |
Properties
High |
High. |
Normal |
Normal. |
Methods
Equals(ChurnOptionSelected) |
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(ChurnOptionSelected, ChurnOptionSelected) |
Determines if two ChurnOptionSelected values are the same. |
Implicit(String to ChurnOptionSelected) |
Converts a string to a ChurnOptionSelected. |
Inequality(ChurnOptionSelected, ChurnOptionSelected) |
Determines if two ChurnOptionSelected values are not the same. |
Applies to
Azure SDK for .NET