RecoveryServicesSkuName 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.
Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig.
public readonly struct RecoveryServicesSkuName : IEquatable<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesSkuName>
type RecoveryServicesSkuName = struct
Public Structure RecoveryServicesSkuName
Implements IEquatable(Of RecoveryServicesSkuName)
- Inheritance
-
RecoveryServicesSkuName
- Implements
Constructors
RecoveryServicesSkuName(String) |
Initializes a new instance of RecoveryServicesSkuName. |
Properties
RS0 |
RS0. |
Standard |
Standard. |
Methods
Equals(RecoveryServicesSkuName) |
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(RecoveryServicesSkuName, RecoveryServicesSkuName) |
Determines if two RecoveryServicesSkuName values are the same. |
Implicit(String to RecoveryServicesSkuName) |
Converts a String to a RecoveryServicesSkuName. |
Inequality(RecoveryServicesSkuName, RecoveryServicesSkuName) |
Determines if two RecoveryServicesSkuName values are not the same. |
Applies to
Azure SDK for .NET