CredentialOperationsExtensions.GetAsync 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.
Retrieve the credential identified by credential name. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse> GetAsync(this Microsoft.WindowsAzure.Management.Automation.ICredentialOperations operations, string automationAccount, string credentialName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.ICredentialOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse>
<Extension()>
Public Function GetAsync (operations As ICredentialOperations, automationAccount As String, credentialName As String) As Task(Of CredentialGetResponse)
Parameters
- operations
- ICredentialOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
- automationAccount
- String
Required. The automation account name.
- credentialName
- String
Required. The name of credential.
Returns
The response model for the get credential operation.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.