ICertificateOperations.ListAsync(String, String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.CertificateListResponse> ListAsync (string resourceGroupName, string automationAccount, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.CertificateListResponse>
Public Function ListAsync (resourceGroupName As String, automationAccount As String, cancellationToken As CancellationToken) As Task(Of CertificateListResponse)

Parameters

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Returns

Applies to