次の方法で共有


ApiManagementServiceOperationsExtensions.BeginRestore メソッド

定義

現在のサービスでApiManagementService_Backup操作を使用して作成されたAPI Management サービスのバックアップを復元します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

public static Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource BeginRestore (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceBackupRestoreParameters parameters);
static member BeginRestore : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceBackupRestoreParameters -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource
<Extension()>
Public Function BeginRestore (operations As IApiManagementServiceOperations, resourceGroupName As String, serviceName As String, parameters As ApiManagementServiceBackupRestoreParameters) As ApiManagementServiceResource

パラメーター

operations
IApiManagementServiceOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

parameters
ApiManagementServiceBackupRestoreParameters

バックアップ操作から復元API Managementサービスに指定されたパラメーター。

戻り値

適用対象