Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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
Modifier and TypeMethodDescriptionCertificateCreateOrUpdateParameters.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.