Uses of Interface
com.azure.resourcemanager.apimanagement.models.CertificateContract
Packages that use CertificateContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of CertificateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CertificateContractModifier and TypeMethodDescriptionCertificateContract.Update.apply()Executes the update request.CertificateContract.Update.apply(com.azure.core.util.Context context) Executes the update request.CertificateContract.DefinitionStages.WithCreate.create()Executes the create request.CertificateContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceCertificates.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters) Creates or updates the certificate being used for authentication with the backend.Gets the details of the certificate specified by its identifier.WorkspaceCertificates.get(String resourceGroupName, String serviceName, String workspaceId, String certificateId) Gets the details of the certificate specified by its identifier.Gets the details of the certificate specified by its identifier.CertificateContract.refresh()Refreshes the resource to sync with Azure.CertificateContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.CertificateContract.refreshSecret()From KeyVault, Refresh the certificate being used for authentication with the backend.Certificates.refreshSecret(String resourceGroupName, String serviceName, String certificateId) From KeyVault, Refresh the certificate being used for authentication with the backend.WorkspaceCertificates.refreshSecret(String resourceGroupName, String serviceName, String workspaceId, String certificateId) From KeyVault, Refresh the certificate being used for authentication with the backend.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type CertificateContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CertificateContract> WorkspaceCertificates.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the certificate being used for authentication with the backend.com.azure.core.http.rest.Response<CertificateContract> Certificates.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the certificate specified by its identifier.com.azure.core.http.rest.Response<CertificateContract> Certificates.getWithResponse(String resourceGroupName, String serviceName, String certificateId, com.azure.core.util.Context context) Gets the details of the certificate specified by its identifier.com.azure.core.http.rest.Response<CertificateContract> WorkspaceCertificates.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String certificateId, com.azure.core.util.Context context) Gets the details of the certificate specified by its identifier.com.azure.core.http.rest.PagedIterable<CertificateContract> Certificates.listByService(String resourceGroupName, String serviceName) Lists a collection of all certificates in the specified service instance.com.azure.core.http.rest.PagedIterable<CertificateContract> Certificates.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of all certificates in the specified service instance.com.azure.core.http.rest.PagedIterable<CertificateContract> WorkspaceCertificates.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of all certificates in the specified workspace.com.azure.core.http.rest.PagedIterable<CertificateContract> WorkspaceCertificates.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, Boolean isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of all certificates in the specified workspace.com.azure.core.http.rest.Response<CertificateContract> CertificateContract.refreshSecretWithResponse(com.azure.core.util.Context context) From KeyVault, Refresh the certificate being used for authentication with the backend.com.azure.core.http.rest.Response<CertificateContract> Certificates.refreshSecretWithResponse(String resourceGroupName, String serviceName, String certificateId, com.azure.core.util.Context context) From KeyVault, Refresh the certificate being used for authentication with the backend.com.azure.core.http.rest.Response<CertificateContract> WorkspaceCertificates.refreshSecretWithResponse(String resourceGroupName, String serviceName, String workspaceId, String certificateId, com.azure.core.util.Context context) From KeyVault, Refresh the certificate being used for authentication with the backend.