Freigeben über


LocationOperationsExtensions.CheckNameAvailability Methode

Definition

Überprüft, ob der Name des Batch-Kontos in der angegebenen Region verfügbar ist.

public static Microsoft.Azure.Management.Batch.Models.CheckNameAvailabilityResult CheckNameAvailability (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, string name);
static member CheckNameAvailability : Microsoft.Azure.Management.Batch.ILocationOperations * string * string -> Microsoft.Azure.Management.Batch.Models.CheckNameAvailabilityResult
<Extension()>
Public Function CheckNameAvailability (operations As ILocationOperations, locationName As String, name As String) As CheckNameAvailabilityResult

Parameter

operations
ILocationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Der gewünschte Bereich für die Namensüberprüfung.

name
String

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

Gibt zurück

Gilt für: