次の方法で共有


CosmosDBBackupStorageRedundancy 構造体

定義

バックアップ ストレージの冗長性の種類を示す列挙型。

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

コンストラクター

CosmosDBBackupStorageRedundancy(String)

CosmosDBBackupStorageRedundancy の新しいインスタンスを初期化します。

プロパティ

Geo

Geo.

Local

Local。

Zone

ゾーン。

メソッド

Equals(CosmosDBBackupStorageRedundancy)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CosmosDBBackupStorageRedundancy, CosmosDBBackupStorageRedundancy)

2 つの CosmosDBBackupStorageRedundancy 値が同じかどうかを判断します。

Implicit(String to CosmosDBBackupStorageRedundancy)

文字列を CosmosDBBackupStorageRedundancy に変換します。

Inequality(CosmosDBBackupStorageRedundancy, CosmosDBBackupStorageRedundancy)

2 つの CosmosDBBackupStorageRedundancy 値が同じでないかどうかを判断します。

適用対象