AppsOperationsExtensions.CheckNameAvailability Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifiez si un nom d’application IoT Central est disponible.
public static Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo CheckNameAvailability (this Microsoft.Azure.Management.IotCentral.IAppsOperations operations, Microsoft.Azure.Management.IotCentral.Models.OperationInputs operationInputs);
static member CheckNameAvailability : Microsoft.Azure.Management.IotCentral.IAppsOperations * Microsoft.Azure.Management.IotCentral.Models.OperationInputs -> Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo
<Extension()>
Public Function CheckNameAvailability (operations As IAppsOperations, operationInputs As OperationInputs) As AppAvailabilityInfo
Paramètres
- operations
- IAppsOperations
Groupe d’opérations pour cette méthode d’extension.
- operationInputs
- OperationInputs
Définissez le paramètre name dans la structure OperationInputs sur le nom de l’application IoT Central à case activée.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET