ServiceClientAdapter.RefreshContainers 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.
Overloads
RefreshContainers() | |
RefreshContainers(String, String, ODataQuery<BMSRefreshContainersQueryObject>) |
Triggers refresh of container catalog in service |
RefreshContainers()
public Microsoft.Rest.Azure.AzureOperationResponse RefreshContainers ();
member this.RefreshContainers : unit -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function RefreshContainers () As AzureOperationResponse
Returns
Applies to
RefreshContainers(String, String, ODataQuery<BMSRefreshContainersQueryObject>)
Triggers refresh of container catalog in service
public Microsoft.Rest.Azure.AzureOperationResponse RefreshContainers (string vaultName = default, string resourceGroupName = default, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRefreshContainersQueryObject> queryParam = default);
member this.RefreshContainers : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRefreshContainersQueryObject> -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function RefreshContainers (Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing, Optional queryParam As ODataQuery(Of BMSRefreshContainersQueryObject) = Nothing) As AzureOperationResponse
Parameters
- vaultName
- String
- resourceGroupName
- String
- queryParam
- ODataQuery<BMSRefreshContainersQueryObject>
Returns
Response of the job created in the service