MarsContainerOperationsExtensions.UnregisterMarsContainer 方法

定義

取消註冊容器。

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

參數

operations
IMarsContainerOperations

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

resourceGroupName
String

必要。

resourceName
String

必要。

containerId
String

必要。 MARS 容器識別碼。

customRequestHeaders
CustomRequestHeaders

選擇性。 要求標頭參數。

傳回

作業回應的定義。

適用於