你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceClientAdapter.InquireContainer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inquire protection containers in the vault according to the query params
public Microsoft.Rest.Azure.AzureOperationResponse InquireContainer (string containerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainersInquiryQueryObject> queryFilter, string vaultName = default, string resourceGroupName = default);
member this.InquireContainer : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainersInquiryQueryObject> * string * string -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function InquireContainer (containerName As String, queryFilter As ODataQuery(Of BMSContainersInquiryQueryObject), Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As AzureOperationResponse
Parameters
- containerName
- String
Name of the container to unregister
- queryFilter
- ODataQuery<BMSContainersInquiryQueryObject>
Query parameters
- vaultName
- String
- resourceGroupName
- String
Returns
Response of the job created in the service