Partager via


IProtectionContainersOperations.InquireWithHttpMessagesAsync Méthode

Définition

Interroge tous les éléments pouvant être protégés sous le conteneur donné.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> InquireWithHttpMessagesAsync (string vaultName, string resourceGroupName, string fabricName, string containerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainersInquiryQueryObject> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member InquireWithHttpMessagesAsync : string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainersInquiryQueryObject> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function InquireWithHttpMessagesAsync (vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, Optional odataQuery As ODataQuery(Of BMSContainersInquiryQueryObject) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Paramètres

vaultName
String

Nom du coffre Recovery Services.

resourceGroupName
String

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName
String

Nom de la structure associé au conteneur.

containerName
String

Nom du conteneur dans lequel la demande doit être déclenchée.

odataQuery
ODataQuery<BMSContainersInquiryQueryObject>

Paramètres OData à appliquer à l’opération.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsqu’un paramètre requis a la valeur Null

Remarques

Il s’agit d’une opération asynchrone et les résultats doivent être suivis à l’aide de l’en-tête d’emplacement ou d’Azure-async-url.

S’applique à