SqlBackupStorageRedundancy 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.
The storage account type used to store backups for this database.
public readonly struct SqlBackupStorageRedundancy : IEquatable<Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy>
type SqlBackupStorageRedundancy = struct
Public Structure SqlBackupStorageRedundancy
Implements IEquatable(Of SqlBackupStorageRedundancy)
- Inheritance
-
SqlBackupStorageRedundancy
- Implements
Constructors
| SqlBackupStorageRedundancy(String) |
Initializes a new instance of SqlBackupStorageRedundancy. |
Properties
| Geo |
Geo. |
| GeoZone |
GeoZone. |
| Local |
Local. |
| Zone |
Zone. |
Methods
| Equals(SqlBackupStorageRedundancy) |
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(SqlBackupStorageRedundancy, SqlBackupStorageRedundancy) |
Determines if two SqlBackupStorageRedundancy values are the same. |
| Implicit(String to SqlBackupStorageRedundancy) |
Converts a String to a SqlBackupStorageRedundancy. |
| Inequality(SqlBackupStorageRedundancy, SqlBackupStorageRedundancy) |
Determines if two SqlBackupStorageRedundancy values are not the same. |