ElasticBackupVolumeSize 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.
Volume size for backup.
public readonly struct ElasticBackupVolumeSize : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticBackupVolumeSize>
type ElasticBackupVolumeSize = struct
Public Structure ElasticBackupVolumeSize
Implements IEquatable(Of ElasticBackupVolumeSize)
- Inheritance
-
ElasticBackupVolumeSize
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticBackupVolumeSize(String) |
Initializes a new instance of ElasticBackupVolumeSize. |
Properties
| Name | Description |
|---|---|
| Large |
Value indicating backup is for a large volume. |
| Regular |
Value indicating backup is not for a large volume. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticBackupVolumeSize) |
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(ElasticBackupVolumeSize, ElasticBackupVolumeSize) |
Determines if two ElasticBackupVolumeSize values are the same. |
| Implicit(String to ElasticBackupVolumeSize) |
Converts a string to a ElasticBackupVolumeSize. |
| Implicit(String to Nullable<ElasticBackupVolumeSize>) | |
| Inequality(ElasticBackupVolumeSize, ElasticBackupVolumeSize) |
Determines if two ElasticBackupVolumeSize values are not the same. |