SupportExtensions.CheckNameAvailabilitySupportTicketsNoSubscription 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.
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
- Request Path: /providers/Microsoft.Support/checkNameAvailability
- Operation Id: SupportTicketsNoSubscription_CheckNameAvailability
- Default Api Version: 2024-04-01
- Resource: TenantSupportTicketResource
public static Azure.Response<Azure.ResourceManager.Support.Models.SupportNameAvailabilityResult> CheckNameAvailabilitySupportTicketsNoSubscription (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Support.Models.SupportNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilitySupportTicketsNoSubscription : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Support.Models.SupportNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.Models.SupportNameAvailabilityResult>
<Extension()>
Public Function CheckNameAvailabilitySupportTicketsNoSubscription (tenantResource As TenantResource, content As SupportNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportNameAvailabilityResult)
Parameters
- tenantResource
- TenantResource
The TenantResource instance the method will execute against.
- content
- SupportNameAvailabilityContent
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
tenantResource
or content
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