Share via


SqlBackupStorageRedundancy Struct

Definition

The storage redundancy type of the backup.

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.

Applies to