SupportExtensions.CheckNameAvailabilitySupportTicketsNoSubscriptionAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportNameAvailabilityResult>> CheckNameAvailabilitySupportTicketsNoSubscriptionAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Support.Models.SupportNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilitySupportTicketsNoSubscriptionAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Support.Models.SupportNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportNameAvailabilityResult>>
<Extension()>
Public Function CheckNameAvailabilitySupportTicketsNoSubscriptionAsync (tenantResource As TenantResource, content As SupportNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET