FetchTieringCost interface
Interface representing a FetchTieringCost.
Methods
begin |
Provides the details of the tiering related sizes and cost. Status of the operation can be fetched using GetTieringCostOperationStatus API and result using GetTieringCostOperationResult API. |
begin |
Provides the details of the tiering related sizes and cost. Status of the operation can be fetched using GetTieringCostOperationStatus API and result using GetTieringCostOperationResult API. |
Method Details
beginPost(string, string, FetchTieringCostInfoRequestUnion, FetchTieringCostPostOptionalParams)
Provides the details of the tiering related sizes and cost. Status of the operation can be fetched using GetTieringCostOperationStatus API and result using GetTieringCostOperationResult API.
function beginPost(resourceGroupName: string, vaultName: string, parameters: FetchTieringCostInfoRequestUnion, options?: FetchTieringCostPostOptionalParams): Promise<SimplePollerLike<OperationState<TieringCostInfoUnion>, TieringCostInfoUnion>>
Parameters
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- vaultName
-
string
The name of the recovery services vault.
- parameters
- FetchTieringCostInfoRequestUnion
Fetch Tiering Cost Request
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<TieringCostInfoUnion>, TieringCostInfoUnion>>
beginPostAndWait(string, string, FetchTieringCostInfoRequestUnion, FetchTieringCostPostOptionalParams)
Provides the details of the tiering related sizes and cost. Status of the operation can be fetched using GetTieringCostOperationStatus API and result using GetTieringCostOperationResult API.
function beginPostAndWait(resourceGroupName: string, vaultName: string, parameters: FetchTieringCostInfoRequestUnion, options?: FetchTieringCostPostOptionalParams): Promise<TieringCostInfoUnion>
Parameters
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- vaultName
-
string
The name of the recovery services vault.
- parameters
- FetchTieringCostInfoRequestUnion
Fetch Tiering Cost Request
The options parameters.
Returns
Promise<TieringCostInfoUnion>