Uses of Interface
com.azure.resourcemanager.appcontainers.models.Certificate
Packages that use Certificate
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Certificate in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificateModifier and TypeMethodDescriptionCertificate.Update.apply()
Executes the update request.Certificate.Update.apply
(com.azure.core.util.Context context) Executes the update request.Certificate.DefinitionStages.WithCreate.create()
Executes the create request.Certificate.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Certificates.createOrUpdate
(String resourceGroupName, String environmentName, String certificateName) Create or Update a Certificate.Get the specified Certificate.ConnectedEnvironmentsCertificates.get
(String resourceGroupName, String connectedEnvironmentName, String certificateName) Get the specified Certificate.Get the specified Certificate.Certificate.refresh()
Refreshes the resource to sync with Azure.Certificate.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Certificates.update
(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope) Update properties of a certificate Patches a certificate.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CertificateModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Certificate> Certificates.createOrUpdateWithResponse
(String resourceGroupName, String environmentName, String certificateName, CertificateInner certificateEnvelope, com.azure.core.util.Context context) Create or Update a Certificate.com.azure.core.http.rest.Response
<Certificate> ConnectedEnvironmentsCertificates.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get the specified Certificate.com.azure.core.http.rest.Response
<Certificate> Certificates.getWithResponse
(String resourceGroupName, String environmentName, String certificateName, com.azure.core.util.Context context) Get the specified Certificate.com.azure.core.http.rest.Response
<Certificate> ConnectedEnvironmentsCertificates.getWithResponse
(String resourceGroupName, String connectedEnvironmentName, String certificateName, com.azure.core.util.Context context) Get the specified Certificate.com.azure.core.http.rest.PagedIterable
<Certificate> Get the Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable
<Certificate> Certificates.list
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable
<Certificate> Get the Certificates in a given connected environment.com.azure.core.http.rest.PagedIterable
<Certificate> ConnectedEnvironmentsCertificates.list
(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context) Get the Certificates in a given connected environment.com.azure.core.http.rest.Response
<Certificate> Certificates.updateWithResponse
(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope, com.azure.core.util.Context context) Update properties of a certificate Patches a certificate.