CredentialOperationsExtensions.Create Method (ICredentialOperations, String, CredentialCreateParameters)
Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function Create ( operations As ICredentialOperations, automationAccount As String, parameters As CredentialCreateParameters ) As CredentialCreateResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.ICredentialOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters
Required. The parameters supplied to the create credential operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponseThe response model for the create credential operation.
Show: