Uses of Interface
com.azure.resourcemanager.appcontainers.models.ManagedCertificate
Packages that use ManagedCertificate
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedCertificate in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedCertificateModifier and TypeMethodDescriptionManagedCertificate.Update.apply()Executes the update request.ManagedCertificate.Update.apply(com.azure.core.util.Context context) Executes the update request.ManagedCertificate.DefinitionStages.WithCreate.create()Executes the create request.ManagedCertificate.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ManagedCertificates.get(String resourceGroupName, String environmentName, String managedCertificateName) Get the specified Managed Certificate.Get the specified Managed Certificate.ManagedCertificate.refresh()Refreshes the resource to sync with Azure.ManagedCertificate.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ManagedCertificateModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ManagedCertificate> ManagedCertificates.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the specified Managed Certificate.com.azure.core.http.rest.Response<ManagedCertificate> ManagedCertificates.getWithResponse(String resourceGroupName, String environmentName, String managedCertificateName, com.azure.core.util.Context context) Get the specified Managed Certificate.com.azure.core.http.rest.PagedIterable<ManagedCertificate> Get the Managed Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable<ManagedCertificate> ManagedCertificates.list(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the Managed Certificates in a given managed environment.