NetAppElasticBackupType 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.
Type of backup.
public readonly struct NetAppElasticBackupType : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppElasticBackupType>
type NetAppElasticBackupType = struct
Public Structure NetAppElasticBackupType
Implements IEquatable(Of NetAppElasticBackupType)
- Inheritance
-
NetAppElasticBackupType
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppElasticBackupType(String) |
Initializes a new instance of NetAppElasticBackupType. |
Properties
| Name | Description |
|---|---|
| Manual |
Manual backup type. |
| Scheduled |
Scheduled backup type. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppElasticBackupType) |
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(NetAppElasticBackupType, NetAppElasticBackupType) |
Determines if two NetAppElasticBackupType values are the same. |
| Implicit(String to NetAppElasticBackupType) |
Converts a String to a NetAppElasticBackupType. |
| Inequality(NetAppElasticBackupType, NetAppElasticBackupType) |
Determines if two NetAppElasticBackupType values are not the same. |