Dela via


CredentialOperationsExtensions.ListByAutomationAccount Metod

Definition

Hämta en lista med autentiseringsuppgifter. http://aka.ms/azureautomationsdk/credentialoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Credential> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.ICredentialOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Credential>
<Extension()>
Public Function ListByAutomationAccount (operations As ICredentialOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Credential)

Parametrar

operations
ICredentialOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på automationskontot.

Returer

Gäller för