Bagikan melalui


MockableCostManagementArmClient.CheckCostManagementNameAvailabilityByScopeScheduledActionAsync Method

Definition

Checks availability and correctness of the name for a scheduled action within the given scope.

  • Request Path: /{scope}/providers/Microsoft.CostManagement/checkNameAvailability
  • Operation Id: ScheduledActions_CheckNameAvailabilityByScope
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.Models.CostManagementNameAvailabilityResult>> CheckCostManagementNameAvailabilityByScopeScheduledActionAsync (Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.CostManagement.Models.CostManagementNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckCostManagementNameAvailabilityByScopeScheduledActionAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.CostManagement.Models.CostManagementNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.Models.CostManagementNameAvailabilityResult>>
override this.CheckCostManagementNameAvailabilityByScopeScheduledActionAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.CostManagement.Models.CostManagementNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.Models.CostManagementNameAvailabilityResult>>
Public Overridable Function CheckCostManagementNameAvailabilityByScopeScheduledActionAsync (scope As ResourceIdentifier, content As CostManagementNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CostManagementNameAvailabilityResult))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

content
CostManagementNameAvailabilityContent

Scheduled action to be created or updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scope or content is null.

Applies to