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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET