CredentialOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions

<ExtensionAttribute>
Public NotInheritable Class CredentialOperationsExtensions

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: