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.Media.Models.EntityNameAvailabilityCheckOutput> CheckNameAvailabilityAsync(this Microsoft.Azure.Management.Media.ILocationsOperations operations, string locationName, string name = default, string type = default, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.Media.ILocationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.EntityNameAvailabilityCheckOutput>
<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 EntityNameAvailabilityCheckOutput)
Parameters
- operations
- ILocationsOperations
The operations group for this extension method.
- locationName
- String
The name of the location
- name
- String
The account name.
- type
- String
The account type. For a Media Services account, this should be 'MediaServices'.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Checks whether the Media Service resource name is available.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET