MarsContainerOperationsExtensions.EnableMarsContainerReregistrationAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Włącz ponowne wyrejestrowanie kontenera.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse> EnableMarsContainerReregistrationAsync (this Microsoft.Azure.Management.BackupServices.IMarsContainerOperations operations, string resourceGroupName, string resourceName, string containerId, Microsoft.Azure.Management.BackupServices.Models.EnableReregistrationRequest enableReregistrationRequest, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member EnableMarsContainerReregistrationAsync : Microsoft.Azure.Management.BackupServices.IMarsContainerOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.EnableReregistrationRequest * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse>
<Extension()>
Public Function EnableMarsContainerReregistrationAsync (operations As IMarsContainerOperations, resourceGroupName As String, resourceName As String, containerId As String, enableReregistrationRequest As EnableReregistrationRequest, customRequestHeaders As CustomRequestHeaders) As Task(Of OperationResponse)
Parametry
- operations
- IMarsContainerOperations
Odwołanie do elementu Microsoft.Azure.Management.BackupServices.IMarsContainerOperations.
- resourceGroupName
- String
Wymagane.
- resourceName
- String
Wymagane.
- containerId
- String
Wymagane. Identyfikator kontenera MARS.
- enableReregistrationRequest
- EnableReregistrationRequest
Wymagane. Włącz żądanie ponownego wyrejestrowania.
- customRequestHeaders
- CustomRequestHeaders
Opcjonalny. Parametry nagłówka żądania.
Zwraca
Definicja odpowiedzi operacji.
Dotyczy
Azure SDK for .NET