AssessmentStorageRedundancy 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 AssessmentStorageRedundancy.
public readonly struct AssessmentStorageRedundancy : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.AssessmentStorageRedundancy>
type AssessmentStorageRedundancy = struct
Public Structure AssessmentStorageRedundancy
Implements IEquatable(Of AssessmentStorageRedundancy)
- Inheritance
-
AssessmentStorageRedundancy
- Implements
Constructors
AssessmentStorageRedundancy(String) |
Initializes a new instance of AssessmentStorageRedundancy. |
Properties
GeoRedundant |
GeoRedundant. |
LocallyRedundant |
LocallyRedundant. |
ReadAccessGeoRedundant |
ReadAccessGeoRedundant. |
Unknown |
Unknown. |
ZoneRedundant |
ZoneRedundant. |
Methods
Equals(AssessmentStorageRedundancy) |
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(AssessmentStorageRedundancy, AssessmentStorageRedundancy) |
Determines if two AssessmentStorageRedundancy values are the same. |
Implicit(String to AssessmentStorageRedundancy) |
Converts a String to a AssessmentStorageRedundancy. |
Inequality(AssessmentStorageRedundancy, AssessmentStorageRedundancy) |
Determines if two AssessmentStorageRedundancy values are not the same. |