Freigeben über


StorageSyncServicesOperationsExtensions.CheckNameAvailabilityAsync Methode

Definition

Überprüfen Sie die Verfügbarkeit des Namespacenamens geben.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.CheckNameAvailabilityResult> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations operations, string locationName, string name, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.CheckNameAvailabilityResult>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IStorageSyncServicesOperations, locationName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameAvailabilityResult)

Parameter

operations
IStorageSyncServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Die gewünschte Region für die Namensüberprüfung.

name
String

Der Name, der auf Verfügbarkeit überprüft werden soll

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: