IntegrationAccountClient.GetIntegrationAccountAssembly 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 assembly by name.
public Microsoft.Azure.Commands.LogicApp.Models.PSIntegrationAccountAssembly GetIntegrationAccountAssembly (string resourceGroupName, string integrationAccountName, string integrationAccountAssemblyName);
member this.GetIntegrationAccountAssembly : string * string * string -> Microsoft.Azure.Commands.LogicApp.Models.PSIntegrationAccountAssembly
Public Function GetIntegrationAccountAssembly (resourceGroupName As String, integrationAccountName As String, integrationAccountAssemblyName As String) As PSIntegrationAccountAssembly
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
- integrationAccountAssemblyName
- String
The integration account assembly name.
Returns
Integration account assembly object.