MarsContainerOperationsExtensions.UnregisterMarsContainerAsync 方法

定義

取消註冊容器。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse> UnregisterMarsContainerAsync (this Microsoft.Azure.Management.BackupServices.IMarsContainerOperations operations, string resourceGroupName, string resourceName, string containerId, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member UnregisterMarsContainerAsync : Microsoft.Azure.Management.BackupServices.IMarsContainerOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse>
<Extension()>
Public Function UnregisterMarsContainerAsync (operations As IMarsContainerOperations, resourceGroupName As String, resourceName As String, containerId As String, customRequestHeaders As CustomRequestHeaders) As Task(Of OperationResponse)

參數

operations
IMarsContainerOperations

Microsoft.Azure.Management.BackupServices.IMarsContainerOperations 的參考。

resourceGroupName
String

必要。

resourceName
String

必要。

containerId
String

必要。 MARS 容器識別碼。

customRequestHeaders
CustomRequestHeaders

選擇性。 要求標頭參數。

傳回

作業回應的定義。

適用於