Partager via


IntegrationAccountSchemaCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}
  • IdIntegrationAccountSchemas_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string schemaName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (schemaName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

schemaName
String

Nom du schéma du compte d’intégration.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

schemaName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

schemaName a la valeur null.

S’applique à