Uses of Class
com.azure.resourcemanager.appcontainers.models.CertificatePatch
-
Packages that use CertificatePatch Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 CertificatePatch Modifier and Type Method Description CertificateInner
CertificatesClient. update(String resourceGroupName, String managedEnvironmentName, String name, CertificatePatch certificateEnvelope)
Patches a certificate.com.azure.core.http.rest.Response<CertificateInner>
CertificatesClient. updateWithResponse(String resourceGroupName, String managedEnvironmentName, String name, CertificatePatch certificateEnvelope, com.azure.core.util.Context context)
Patches a certificate. -
Uses of CertificatePatch in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificatePatch Modifier and Type Method Description CertificatePatch
CertificatePatch. withTags(Map<String,String> tags)
Set the tags property: Application-specific metadata in the form of key-value pairs.
-