MockableSelfHelpArmClient.CheckSelfHelpNameAvailabilityAsync Method
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);
abstract member CheckSelfHelpNameAvailabilityAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.SelfHelp.Models.SelfHelpNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SelfHelp.Models.SelfHelpNameAvailabilityResult>>
override this.CheckSelfHelpNameAvailabilityAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.SelfHelp.Models.SelfHelpNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SelfHelp.Models.SelfHelpNameAvailabilityResult>>
Public Overridable Function CheckSelfHelpNameAvailabilityAsync (scope As ResourceIdentifier, Optional content As SelfHelpNameAvailabilityContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SelfHelpNameAvailabilityResult))
- 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.
scope
is null.
Product | Versions |
---|---|
Azure SDK for .NET | Preview |
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 feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: