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

IntegrationAccountClient.GetIntegrationAccountAssembly Method

Definition

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.

Applies to