Share via


ContainerOperationsExtensions.UnregisterAsync 方法

定義

取消註冊容器。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse> UnregisterAsync (this Microsoft.Azure.Management.BackupServices.IContainerOperations operations, string resourceGroupName, string resourceName, string containerName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member UnregisterAsync : 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 UnregisterAsync (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

必要。 要求標頭參數。

傳回

作業回應的定義。

適用於