Replication クラス
コンテナー レジストリのレプリケーションを表す オブジェクト。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。
- 継承
-
azure.mgmt.containerregistry.v2021_09_01.models._models_py3.ResourceReplication
コンストラクター
Replication(*, location: str, tags: Dict[str, str] | None = None, region_endpoint_enabled: bool = True, zone_redundancy: str | _models.ZoneRedundancy | None = None, **kwargs: Any)
変数
- id
- str
リソース ID。
- name
- str
リソースの名前。
- type
- str
リソースの型。
- location
- str
リソースの場所。 これは、リソースの作成後に変更することはできません。 必須です。
- system_data
- SystemData
リソースの作成と最後の変更に関連するメタデータ。
- provisioning_state
- str または ProvisioningState
操作が呼び出されたときのレプリケーションのプロビジョニング状態。 既知の値は、"Creating"、"Updating"、"Removeing"、"Succeeded"、"Failed"、および "Canceled" です。
- status
- Status
操作が呼び出された時点のレプリケーションの状態。
- region_endpoint_enabled
- bool
レプリケーションのリージョン エンドポイントを有効にするかどうかを指定します。 リージョン エンドポイントが無効になっているレプリケーションには要求はルーティングされませんが、そのデータは引き続き他のレプリケーションと同期されます。
- zone_redundancy
- str または ZoneRedundancy
このコンテナー レジストリ レプリケーションでゾーン冗長が有効になっているかどうか。 既知の値は、"Enabled" と "Disabled" です。