Uses of Class
com.azure.resourcemanager.automation.fluent.models.CertificateInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of CertificateInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionCertificatesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String certificateName, CertificateCreateOrUpdateParameters parameters) Create a certificate.CertificatesClient.get
(String resourceGroupName, String automationAccountName, String certificateName) Retrieve the certificate identified by certificate name.CertificatesClient.update
(String resourceGroupName, String automationAccountName, String certificateName, CertificateUpdateParameters parameters) Update a certificate.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<CertificateInner>
CertificatesClient.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<CertificateInner>
CertificatesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of certificates.com.azure.core.http.rest.PagedIterable<CertificateInner>
CertificatesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of certificates.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 CertificateInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionCertificateInner.withDescription
(String description) Set the description property: Gets or sets the description. -
Uses of CertificateInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionCertificate.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.CertificateInner object.Modifier and TypeMethodDescriptionCertificateListResult.value()
Get the value property: Gets or sets a list of certificates.Modifier and TypeMethodDescriptionCertificateListResult.withValue
(List<CertificateInner> value) Set the value property: Gets or sets a list of certificates.