Uses of Class
com.azure.resourcemanager.automation.models.CertificateCreateOrUpdateParameters
Packages that use CertificateCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of CertificateCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String certificateName, CertificateCreateOrUpdateParameters parameters) Create a certificate.com.azure.core.http.rest.Response
<CertificateInner> CertificatesClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String certificateName, CertificateCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a certificate. -
Uses of CertificateCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionCertificateCreateOrUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateCreateOrUpdateParameters from the JsonReader.CertificateCreateOrUpdateParameters.withBase64Value
(String base64Value) Set the base64Value property: Gets or sets the base64 encoded value of the certificate.CertificateCreateOrUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the certificate.CertificateCreateOrUpdateParameters.withIsExportable
(Boolean isExportable) Set the isExportable property: Gets or sets the is exportable flag of the certificate.Set the name property: Gets or sets the name of the certificate.CertificateCreateOrUpdateParameters.withThumbprint
(String thumbprint) Set the thumbprint property: Gets or sets the thumbprint of the certificate.