ServiceCertificateOperationsExtensions Methods

 

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

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.

Return to top
Show: