ContainerOperationsExtensions.RegisterAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
註冊容器。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse> RegisterAsync (this Microsoft.Azure.Management.BackupServices.IContainerOperations operations, string resourceGroupName, string resourceName, string containerName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member RegisterAsync : Microsoft.Azure.Management.BackupServices.IContainerOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse>
<Extension()>
Public Function RegisterAsync (operations As IContainerOperations, resourceGroupName As String, resourceName As String, containerName As String, customRequestHeaders As CustomRequestHeaders) As Task(Of OperationResponse)
參數
- operations
- IContainerOperations
Microsoft.Azure.Management.BackupServices.IContainerOperations 的參考。
- resourceGroupName
- String
必要。
- resourceName
- String
必要。
- containerName
- String
必要。 要註冊的容器。
- customRequestHeaders
- CustomRequestHeaders
選擇性。 要求標頭參數。
傳回
作業回應的定義。