IntegrationAccountClient.GetIntegrationAccountSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the integration account by name.
public Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema GetIntegrationAccountSchema (string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName);
member this.GetIntegrationAccountSchema : string * string * string -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema
Public Function GetIntegrationAccountSchema (resourceGroupName As String, integrationAccountName As String, integrationAccountSchemaName As String) As IntegrationAccountSchema
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
- integrationAccountSchemaName
- String
The integration account schema name.
Returns
Integration account schema object.