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 | |
---|---|---|
Create(ICertificateOperations, String, CertificateCreateParameters) | Create a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
CreateAsync(ICertificateOperations, String, CertificateCreateParameters) | Create a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
Delete(ICertificateOperations, String, String) | Delete the certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
DeleteAsync(ICertificateOperations, String, String) | Delete the certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
Get(ICertificateOperations, String, String) | Retrieve the certificate identified by certificate name. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
GetAsync(ICertificateOperations, String, String) | Retrieve the certificate identified by certificate name. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
List(ICertificateOperations, String) | Retrieve a list of certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
ListAsync(ICertificateOperations, String) | Retrieve a list of certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
ListNext(ICertificateOperations, String) | Retrieve next list of certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
ListNextAsync(ICertificateOperations, String) | Retrieve next list of certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
Update(ICertificateOperations, String, CertificateUpdateParameters) | Update a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information) |
|
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