次の方法で共有


IProtectionContainersOperations.InquireWithHttpMessagesAsync メソッド

定義

指定されたコンテナーの下にあるすべての保護可能な項目を照会します。

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)

パラメーター

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName
String

コンテナーに関連付けられているファブリック名。

containerName
String

照会をトリガーする必要があるコンテナーの名前。

odataQuery
ODataQuery<BMSContainersInquiryQueryObject>

操作に適用する OData パラメーター。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

注釈

これは非同期操作であり、結果は location ヘッダーまたは Azure-async-url を使用して追跡する必要があります。

適用対象