ElasticBackupSnapshotUsage 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.
Snapshot usage for backup.
public readonly struct ElasticBackupSnapshotUsage : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticBackupSnapshotUsage>
type ElasticBackupSnapshotUsage = struct
Public Structure ElasticBackupSnapshotUsage
Implements IEquatable(Of ElasticBackupSnapshotUsage)
- Inheritance
-
ElasticBackupSnapshotUsage
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticBackupSnapshotUsage(String) |
Initializes a new instance of ElasticBackupSnapshotUsage. |
Properties
| Name | Description |
|---|---|
| CreateNewSnapshot |
Value indicating a new snapshot is created. |
| UseExistingSnapshot |
Value indicating an existing snapshot is used. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticBackupSnapshotUsage) |
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(ElasticBackupSnapshotUsage, ElasticBackupSnapshotUsage) |
Determines if two ElasticBackupSnapshotUsage values are the same. |
| Implicit(String to ElasticBackupSnapshotUsage) |
Converts a string to a ElasticBackupSnapshotUsage. |
| Implicit(String to Nullable<ElasticBackupSnapshotUsage>) | |
| Inequality(ElasticBackupSnapshotUsage, ElasticBackupSnapshotUsage) |
Determines if two ElasticBackupSnapshotUsage values are not the same. |