Delen via


LocationOperationsExtensions.CheckNameAvailability Methode

Definitie

Controleert of de naam van het Batch-account beschikbaar is in de opgegeven regio.

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

Parameters

operations
ILocationOperations

De bewerkingsgroep voor deze extensiemethode.

locationName
String

De gewenste regio voor de naamcontrole.

name
String

De naam die moet worden gecontroleerd op beschikbaarheid

Retouren

Van toepassing op