Share via


CredentialOperationsExtensions Class

 

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

Inheritance Hierarchy

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

Syntax

public static class CredentialOperationsExtensions
[ExtensionAttribute]
public ref class CredentialOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CredentialOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CredentialOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(ICredentialOperations, String, CredentialCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(ICredentialOperations, String, CredentialCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(ICredentialOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ICredentialOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(ICredentialOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ICredentialOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(ICredentialOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ICredentialOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(ICredentialOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(ICredentialOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(ICredentialOperations, String, CredentialUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(ICredentialOperations, String, CredentialUpdateParameters)

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top