LocationsOperationsExtensions.CheckNameAvailabilityAsync 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 Name Availability
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.CheckNameAvailabilityResponse> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.VideoAnalyzer.ILocationsOperations operations, string locationName, string name = default, string type = default, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.VideoAnalyzer.ILocationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.CheckNameAvailabilityResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As ILocationsOperations, locationName As String, Optional name As String = Nothing, Optional type As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameAvailabilityResponse)
Parameters
- operations
- ILocationsOperations
The operations group for this extension method.
- locationName
- String
Location Name.
- name
- String
The name of the resource for which availability needs to be checked.
- type
- String
The resource type.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Checks whether the Video Analyzer resource name is available.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET