ICredentialOperations Methods

 

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

NameDescription
System_CAPS_pubmethodCreateAsync(String, CredentialCreateParameters, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodListAsync(String, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String, CredentialUpdateParameters, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String, CredentialCreateParameters)

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

System_CAPS_pubmethodCreateAsync(String, CredentialCreateParameters)

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

System_CAPS_pubmethodDelete(String, String)

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

System_CAPS_pubmethodDeleteAsync(String, String)

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

System_CAPS_pubmethodGet(String, String)

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

System_CAPS_pubmethodGetAsync(String, String)

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

System_CAPS_pubmethodList(String)

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

System_CAPS_pubmethodListAsync(String)

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

System_CAPS_pubmethodListNext(String)

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

System_CAPS_pubmethodListNextAsync(String)

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

System_CAPS_pubmethodUpdate(String, CredentialUpdateParameters)

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

System_CAPS_pubmethodUpdateAsync(String, CredentialUpdateParameters)

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

Return to top
Show: