Uses of Interface
com.azure.resourcemanager.batch.models.Certificate
Packages that use Certificate
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Certificate in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CertificateModifier and TypeMethodDescriptionCertificate.Update.apply()Executes the update request.Certificate.Update.apply(com.azure.core.util.Context context) Executes the update request.Certificate.cancelDeletion()Cancels a failed deletion of a certificate from the specified account.Certificates.cancelDeletion(String resourceGroupName, String accountName, String certificateName) Cancels a failed deletion of a certificate from the specified account.Certificate.DefinitionStages.WithCreate.create()Executes the create request.Certificate.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets information about the specified certificate.Gets information about the specified certificate.Certificate.refresh()Refreshes the resource to sync with Azure.Certificate.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type CertificateModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Certificate>Certificate.cancelDeletionWithResponse(com.azure.core.util.Context context) Cancels a failed deletion of a certificate from the specified account.com.azure.core.http.rest.Response<Certificate>Certificates.cancelDeletionWithResponse(String resourceGroupName, String accountName, String certificateName, com.azure.core.util.Context context) Cancels a failed deletion of a certificate from the specified account.com.azure.core.http.rest.Response<Certificate>Certificates.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets information about the specified certificate.com.azure.core.http.rest.Response<Certificate>Certificates.getWithResponse(String resourceGroupName, String accountName, String certificateName, com.azure.core.util.Context context) Gets information about the specified certificate.com.azure.core.http.rest.PagedIterable<Certificate>Certificates.listByBatchAccount(String resourceGroupName, String accountName) Lists all of the certificates in the specified account.com.azure.core.http.rest.PagedIterable<Certificate>Certificates.listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, com.azure.core.util.Context context) Lists all of the certificates in the specified account.