ServiceCertificateOperationsExtensions Class

 

Represents the extensions for service certificate management.

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

System::Object
  Microsoft.WindowsAzure.Management.Compute::ServiceCertificateOperationsExtensions

[ExtensionAttribute]
public ref class ServiceCertificateOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(IServiceCertificateOperations^, String^, ServiceCertificateCreateParameters^)

Initiates the addition of a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(IServiceCertificateOperations^, String^, ServiceCertificateCreateParameters^)

Asynchronously initiates the addition of a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleting(IServiceCertificateOperations^, ServiceCertificateDeleteParameters^)

Initiates the deletion a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingAsync(IServiceCertificateOperations^, ServiceCertificateDeleteParameters^)

Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreate(IServiceCertificateOperations^, String^, ServiceCertificateCreateParameters^)

Adds a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IServiceCertificateOperations^, String^, ServiceCertificateCreateParameters^)

Asynchronously adds a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IServiceCertificateOperations^, ServiceCertificateDeleteParameters^)

Deletes a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IServiceCertificateOperations^, ServiceCertificateDeleteParameters^)

Asynchronously deletes a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticGet(IServiceCertificateOperations^, ServiceCertificateGetParameters^)

Retrieves information about the specified service certificate.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IServiceCertificateOperations^, ServiceCertificateGetParameters^)

Asynchronously retrieves information about the specified service certificate.

System_CAPS_pubmethodSystem_CAPS_staticList(IServiceCertificateOperations^, String^)

Lists all of the service certificates that are associated with the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IServiceCertificateOperations^, String^)

Asynchronously lists all of the service certificates that are associated with the specified cloud service.

For more information about managing certificates, see the following resources:

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: