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