Share via


CertificateOperationsExtensions 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.CertificateOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(ICertificateOperations, String, CertificateCreateParameters)

Create a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(ICertificateOperations, String, CertificateCreateParameters)

Create a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Delete(ICertificateOperations, String, String)

Delete the certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ICertificateOperations, String, String)

Delete the certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Get(ICertificateOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ICertificateOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(ICertificateOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ICertificateOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(ICertificateOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(ICertificateOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(ICertificateOperations, String, CertificateUpdateParameters)

Update a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(ICertificateOperations, String, CertificateUpdateParameters)

Update a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations 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