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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET