IntegrationAccountClient.ListIntegrationAccountCertificates 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 certificates by resource group name.
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate> ListIntegrationAccountCertificates (string resourceGroupName, string integrationAccountName);
member this.ListIntegrationAccountCertificates : string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate>
Public Function ListIntegrationAccountCertificates (resourceGroupName As String, integrationAccountName As String) As IPage(Of IntegrationAccountCertificate)
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
Returns
List of integration account certificates.