次の方法で共有


IBackupsOperations.CloneWithHttpMessagesAsync メソッド

定義

バックアップ要素を新しいボリュームとして複製します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CloneWithHttpMessagesAsync (string deviceName, string backupName, string backupElementName, Microsoft.Azure.Management.StorSimple8000Series.Models.CloneRequest parameters, string resourceGroupName, string managerName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CloneWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.CloneRequest * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function CloneWithHttpMessagesAsync (deviceName As String, backupName As String, backupElementName As String, parameters As CloneRequest, resourceGroupName As String, managerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

deviceName
String

デバイス名

backupName
String

バックアップ名。

backupElementName
String

バックアップ要素の名前。

parameters
CloneRequest

複製要求オブジェクト。

resourceGroupName
String

リソース グループ名

managerName
String

マネージャー名

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象