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
SqVmBackupScheduleType(String) |
Initializes a new instance of SqVmBackupScheduleType. |
Properties
Automated |
Automated. |
Manual |
Manual. |
Methods
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
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. |
Applies to
Azure SDK for .NET