Share via


CosmosDBBackupStorageRedundancy Struct

Definition

Enum to indicate type of backup storage redundancy.

public readonly struct CosmosDBBackupStorageRedundancy : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy>
type CosmosDBBackupStorageRedundancy = struct
Public Structure CosmosDBBackupStorageRedundancy
Implements IEquatable(Of CosmosDBBackupStorageRedundancy)
Inheritance
CosmosDBBackupStorageRedundancy
Implements

Constructors

CosmosDBBackupStorageRedundancy(String)

Initializes a new instance of CosmosDBBackupStorageRedundancy.

Properties

Geo

Geo.

Local

Local.

Zone

Zone.

Methods

Equals(CosmosDBBackupStorageRedundancy)

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(CosmosDBBackupStorageRedundancy, CosmosDBBackupStorageRedundancy)

Determines if two CosmosDBBackupStorageRedundancy values are the same.

Implicit(String to CosmosDBBackupStorageRedundancy)

Converts a string to a CosmosDBBackupStorageRedundancy.

Inequality(CosmosDBBackupStorageRedundancy, CosmosDBBackupStorageRedundancy)

Determines if two CosmosDBBackupStorageRedundancy values are not the same.

Applies to