Uses of Class
com.azure.resourcemanager.automation.models.CertificateUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of CertificateUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionCertificatesClient.update
(String resourceGroupName, String automationAccountName, String certificateName, CertificateUpdateParameters parameters) Update a certificate.com.azure.core.http.rest.Response<CertificateInner>
CertificatesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String certificateName, CertificateUpdateParameters parameters, com.azure.core.util.Context context) Update a certificate. -
Uses of CertificateUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionCertificateUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the certificate.Set the name property: Gets or sets the name of the certificate.