CredentialOperationsExtensions Methods

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(ICredentialOperations, String, CredentialCreateParameters)

Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(ICredentialOperations, String, CredentialCreateParameters)

Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDelete(ICredentialOperations, String, String)

Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(ICredentialOperations, String, String)

Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGet(ICredentialOperations, String, String)

Retrieve the credential identified by credential name. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ICredentialOperations, String, String)

Retrieve the credential identified by credential name. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticList(ICredentialOperations, String)

Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(ICredentialOperations, String)

Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNext(ICredentialOperations, String)

Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(ICredentialOperations, String)

Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticUpdate(ICredentialOperations, String, CredentialUpdateParameters)

Update a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(ICredentialOperations, String, CredentialUpdateParameters)

Update a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Return to top
Show: