Uses of Class
com.azure.resourcemanager.automation.models.CertificateUpdateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type CertificateUpdateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return CertificateUpdateParametersModifier and TypeMethodDescriptionstatic CertificateUpdateParameters
CertificateUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateUpdateParameters from the JsonReader.CertificateUpdateParameters.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.