Uses of Class
com.azure.resourcemanager.appcontainers.models.CertificatePatch
Packages that use CertificatePatch
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of CertificatePatch in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type CertificatePatchModifier and TypeMethodDescriptionCertificatesClient.update
(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope) Update properties of a certificate Patches a certificate.ConnectedEnvironmentsCertificatesClient.update
(String resourceGroupName, String connectedEnvironmentName, String certificateName, CertificatePatch certificateEnvelope) Update properties of a certificate Patches a certificate.com.azure.core.http.rest.Response
<CertificateInner> CertificatesClient.updateWithResponse
(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope, com.azure.core.util.Context context) Update properties of a certificate Patches a certificate.com.azure.core.http.rest.Response
<CertificateInner> ConnectedEnvironmentsCertificatesClient.updateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String certificateName, CertificatePatch certificateEnvelope, com.azure.core.util.Context context) Update properties of a certificate Patches a certificate. -
Uses of CertificatePatch in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificatePatchModifier and TypeMethodDescriptionstatic CertificatePatch
CertificatePatch.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificatePatch from the JsonReader.Set the tags property: Application-specific metadata in the form of key-value pairs.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CertificatePatchModifier and TypeMethodDescriptionCertificates.update
(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope) Update properties of a certificate Patches a certificate.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.