共用方式為


ContainerOperationsExtensions.RegisterAsync 方法

定義

註冊容器。

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

選擇性。 要求標頭參數。

傳回

作業回應的定義。

適用於