CosmosDBBackupStorageRedundancy 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.
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
Azure SDK for .NET