MockableRecoveryServicesBackupResourceGroupResource.GetGetTieringCostOperationResult 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.
Gets the result of async operation for tiering cost
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupTieringCost/default/operationResults/{operationId}
- Operation Id: GetTieringCostOperationResult_Get
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TieringCostInfo> GetGetTieringCostOperationResult (string vaultName, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGetTieringCostOperationResult : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TieringCostInfo>
override this.GetGetTieringCostOperationResult : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TieringCostInfo>
Public Overridable Function GetGetTieringCostOperationResult (vaultName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TieringCostInfo)
Parameters
- vaultName
- String
The name of the recovery services vault.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
vaultName
or operationId
is an empty string, and was expected to be non-empty.
vaultName
or operationId
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET