次の方法で共有


ProtectionContainers interface

ProtectionContainers を表すインターフェイス。

メソッド

beginRegister(string, string, string, string, ProtectionContainerResource, ProtectionContainersRegisterOptionalParams)

Recovery Services コンテナーにコンテナーを登録します。 これは非同期操作です。 操作の状態を追跡するには、location ヘッダーを使用して操作の最新の状態を取得を呼び出します。

beginRegisterAndWait(string, string, string, string, ProtectionContainerResource, ProtectionContainersRegisterOptionalParams)

Recovery Services コンテナーにコンテナーを登録します。 これは非同期操作です。 操作の状態を追跡するには、location ヘッダーを使用して操作の最新の状態を取得を呼び出します。

get(string, string, string, string, ProtectionContainersGetOptionalParams)

Recovery Services コンテナーに登録されている特定のコンテナーの詳細を取得します。

inquire(string, string, string, string, ProtectionContainersInquireOptionalParams)

これは非同期操作であり、結果は location ヘッダーまたは Azure-async-url を使用して追跡する必要があります。

refresh(string, string, string, ProtectionContainersRefreshOptionalParams)

Recovery Services コンテナーにバックアップできるサブスクリプション内のすべてのコンテナーを検出します。 これは非同期操作です。 操作の状態を確認するには、GetRefreshOperationResult API を呼び出します。

unregister(string, string, string, string, ProtectionContainersUnregisterOptionalParams)

Recovery Services コンテナーから指定されたコンテナーの登録を解除します。 これは非同期操作です。 バックエンド サービスが要求の処理を完了したかどうかを確認するには、Get Container Operation Result API を呼び出します。

メソッドの詳細

beginRegister(string, string, string, string, ProtectionContainerResource, ProtectionContainersRegisterOptionalParams)

Recovery Services コンテナーにコンテナーを登録します。 これは非同期操作です。 操作の状態を追跡するには、location ヘッダーを使用して操作の最新の状態を取得を呼び出します。

function beginRegister(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, parameters: ProtectionContainerResource, options?: ProtectionContainersRegisterOptionalParams): Promise<SimplePollerLike<OperationState<ProtectionContainerResource>, ProtectionContainerResource>>

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName

string

コンテナーに関連付けられているファブリック名。

containerName

string

登録するコンテナーの名前。

parameters
ProtectionContainerResource

操作の要求本文

options
ProtectionContainersRegisterOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ProtectionContainerResource>, ProtectionContainerResource>>

beginRegisterAndWait(string, string, string, string, ProtectionContainerResource, ProtectionContainersRegisterOptionalParams)

Recovery Services コンテナーにコンテナーを登録します。 これは非同期操作です。 操作の状態を追跡するには、location ヘッダーを使用して操作の最新の状態を取得を呼び出します。

function beginRegisterAndWait(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, parameters: ProtectionContainerResource, options?: ProtectionContainersRegisterOptionalParams): Promise<ProtectionContainerResource>

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName

string

コンテナーに関連付けられているファブリック名。

containerName

string

登録するコンテナーの名前。

parameters
ProtectionContainerResource

操作の要求本文

options
ProtectionContainersRegisterOptionalParams

options パラメーター。

戻り値

get(string, string, string, string, ProtectionContainersGetOptionalParams)

Recovery Services コンテナーに登録されている特定のコンテナーの詳細を取得します。

function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, options?: ProtectionContainersGetOptionalParams): Promise<ProtectionContainerResource>

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName

string

コンテナーが属するファブリックの名前。

containerName

string

詳細をフェッチする必要があるコンテナーの名前。

options
ProtectionContainersGetOptionalParams

options パラメーター。

戻り値

inquire(string, string, string, string, ProtectionContainersInquireOptionalParams)

これは非同期操作であり、結果は location ヘッダーまたは Azure-async-url を使用して追跡する必要があります。

function inquire(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, options?: ProtectionContainersInquireOptionalParams): Promise<void>

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName

string

コンテナーに関連付けられているファブリック名。

containerName

string

照会をトリガーする必要があるコンテナーの名前。

options
ProtectionContainersInquireOptionalParams

options パラメーター。

戻り値

Promise<void>

refresh(string, string, string, ProtectionContainersRefreshOptionalParams)

Recovery Services コンテナーにバックアップできるサブスクリプション内のすべてのコンテナーを検出します。 これは非同期操作です。 操作の状態を確認するには、GetRefreshOperationResult API を呼び出します。

function refresh(vaultName: string, resourceGroupName: string, fabricName: string, options?: ProtectionContainersRefreshOptionalParams): Promise<void>

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName

string

コンテナーに関連付けられているファブリック名。

options
ProtectionContainersRefreshOptionalParams

options パラメーター。

戻り値

Promise<void>

unregister(string, string, string, string, ProtectionContainersUnregisterOptionalParams)

Recovery Services コンテナーから指定されたコンテナーの登録を解除します。 これは非同期操作です。 バックエンド サービスが要求の処理を完了したかどうかを確認するには、Get Container Operation Result API を呼び出します。

function unregister(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, options?: ProtectionContainersUnregisterOptionalParams): Promise<void>

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName

string

コンテナーが属するファブリックの名前。

containerName

string

Recovery Services コンテナーから登録解除する必要があるコンテナーの名前。

options
ProtectionContainersUnregisterOptionalParams

options パラメーター。

戻り値

Promise<void>