Uses of Interface
com.azure.resourcemanager.automation.models.Certificate
Packages that use Certificate
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Certificate in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.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.DefinitionStages.WithCreate.create()
Executes the create request.Certificate.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the certificate identified by certificate name.Retrieve the certificate identified by certificate name.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.automation.models that return types with arguments of type CertificateModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Certificate> Certificates.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the certificate identified by certificate name.com.azure.core.http.rest.Response
<Certificate> Certificates.getWithResponse
(String resourceGroupName, String automationAccountName, String certificateName, com.azure.core.util.Context context) Retrieve the certificate identified by certificate name.com.azure.core.http.rest.PagedIterable
<Certificate> Certificates.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of certificates.com.azure.core.http.rest.PagedIterable
<Certificate> Certificates.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of certificates.