Share via


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