LocationsOperationsExtensions.CheckNameAvailabilityAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Dient zum Prüfen der Verfügbarkeit des Namens.
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)
Parameter
- operations
- ILocationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- locationName
- String
Der Name des Speicherorts
- name
- String
Der Kontoname.
- type
- String
Der Kontotyp. Bei einem Media Services-Konto sollte dies "MediaServices" sein.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Überprüft, ob der Name der Media Service-Ressource verfügbar ist.
Gilt für:
Azure SDK for .NET