ICredentialOperations Interface
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.
Service operation for automation credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
public interface ICredentialOperations
type ICredentialOperations = interface
Public Interface ICredentialOperations
Methods
CreateAsync(String, CredentialCreateParameters, CancellationToken) |
Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information) |
DeleteAsync(String, String, CancellationToken) |
Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information) |
GetAsync(String, String, CancellationToken) |
Retrieve the credential identified by credential name. (see http://aka.ms/azureautomationsdk/credentialoperations for more information) |
ListAsync(String, CancellationToken) |
Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information) |
ListNextAsync(String, CancellationToken) |
Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information) |
UpdateAsync(String, CredentialUpdateParameters, CancellationToken) |
Update a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information) |
Extension Methods
Applies to
Azure SDK for .NET