SqlVmFullBackupFrequency 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.
Frequency of full backups. In both cases, full backups begin during the next scheduled time window.
public readonly struct SqlVmFullBackupFrequency : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmFullBackupFrequency>
type SqlVmFullBackupFrequency = struct
Public Structure SqlVmFullBackupFrequency
Implements IEquatable(Of SqlVmFullBackupFrequency)
- Inheritance
-
SqlVmFullBackupFrequency
- Implements
Constructors
| Name | Description |
|---|---|
| SqlVmFullBackupFrequency(String) |
Initializes a new instance of SqlVmFullBackupFrequency. |
Properties
| Name | Description |
|---|---|
| Daily |
Gets the Daily. |
| Weekly |
Gets the Weekly. |
Methods
| Name | Description |
|---|---|
| Equals(SqlVmFullBackupFrequency) |
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(SqlVmFullBackupFrequency, SqlVmFullBackupFrequency) |
Determines if two SqlVmFullBackupFrequency values are the same. |
| Implicit(String to Nullable<SqlVmFullBackupFrequency>) | |
| Implicit(String to SqlVmFullBackupFrequency) |
Converts a string to a SqlVmFullBackupFrequency. |
| Inequality(SqlVmFullBackupFrequency, SqlVmFullBackupFrequency) |
Determines if two SqlVmFullBackupFrequency values are not the same. |