Share via


SqlBackupStorageRedundancy Struct

Definition

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

Name Description
SqlBackupStorageRedundancy(String)

Initializes a new instance of SqlBackupStorageRedundancy.

Properties

Name Description
Geo

Geo.

GeoZone

GeoZone.

Local

Local.

Zone

Zone.

Methods

Name Description
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

Name Description
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.

Applies to