IntegrationAccountResource.GetIntegrationAccountSchemaAsync 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.
Obtient un schéma de compte d’intégration.
- 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<Azure.ResourceManager.Logic.IntegrationAccountSchemaResource>> GetIntegrationAccountSchemaAsync (string schemaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountSchemaAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountSchemaResource>>
override this.GetIntegrationAccountSchemaAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountSchemaResource>>
Public Overridable Function GetIntegrationAccountSchemaAsync (schemaName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountSchemaResource))
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.