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