MockableSelfHelpArmClient.CheckSelfHelpNameAvailabilityAsync 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.

This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or solutions

  • Request Path: /{scope}/providers/Microsoft.Help/checkNameAvailability
  • Operation Id: CheckNameAvailability_CheckAvailability
  • Default Api Version: 2024-03-01-preview
C#
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SelfHelp.Models.SelfHelpNameAvailabilityResult>> CheckSelfHelpNameAvailabilityAsync(Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.SelfHelp.Models.SelfHelpNameAvailabilityContent content = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

content
SelfHelpNameAvailabilityContent

The required parameters for availability check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scope is null.

Applies to

Product Versions
Azure SDK for .NET Preview