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
SqlVmFullBackupFrequency(String) |
Initializes a new instance of SqlVmFullBackupFrequency. |
Properties
Daily |
Daily. |
Weekly |
Weekly. |
Methods
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
Equality(SqlVmFullBackupFrequency, SqlVmFullBackupFrequency) |
Determines if two SqlVmFullBackupFrequency values are the same. |
Implicit(String to SqlVmFullBackupFrequency) |
Converts a string to a SqlVmFullBackupFrequency. |
Inequality(SqlVmFullBackupFrequency, SqlVmFullBackupFrequency) |
Determines if two SqlVmFullBackupFrequency values are not the same. |
Applies to
Azure SDK for .NET