SiteRecoveryDiskAccountType 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 DiskType.
public readonly struct SiteRecoveryDiskAccountType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskAccountType>
type SiteRecoveryDiskAccountType = struct
Public Structure SiteRecoveryDiskAccountType
Implements IEquatable(Of SiteRecoveryDiskAccountType)
- Inheritance
-
SiteRecoveryDiskAccountType
- Implements
Constructors
SiteRecoveryDiskAccountType(String) |
Initializes a new instance of SiteRecoveryDiskAccountType. |
Properties
PremiumLrs |
Premium_LRS. |
StandardLrs |
Standard_LRS. |
StandardSsdLrs |
StandardSSD_LRS. |
Methods
Equals(SiteRecoveryDiskAccountType) |
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(SiteRecoveryDiskAccountType, SiteRecoveryDiskAccountType) |
Determines if two SiteRecoveryDiskAccountType values are the same. |
Implicit(String to SiteRecoveryDiskAccountType) |
Converts a string to a SiteRecoveryDiskAccountType. |
Inequality(SiteRecoveryDiskAccountType, SiteRecoveryDiskAccountType) |
Determines if two SiteRecoveryDiskAccountType values are not the same. |
Applies to
Azure SDK for .NET