你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationAccountClient.ListIntegrationAccountSchemas(String, String) Method

Definition

Gets the integration accounts schema by resource group name.

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema> ListIntegrationAccountSchemas (string resourceGroupName, string integrationAccountName);
member this.ListIntegrationAccountSchemas : string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema>
Public Function ListIntegrationAccountSchemas (resourceGroupName As String, integrationAccountName As String) As IPage(Of IntegrationAccountSchema)

Parameters

resourceGroupName
String

The integration account resource group name.

integrationAccountName
String

The integration account name.

Returns

List of integration account schemas.

Applies to