Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ManagedCertificateInner
Packages that use ManagedCertificateInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedCertificateInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ManagedCertificateInnerModifier and TypeMethodDescriptionManagedCertificatesClient.createOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName) Create or Update a Managed Certificate.ManagedCertificatesClient.createOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, com.azure.core.util.Context context) Create or Update a Managed Certificate.ManagedCertificatesClient.get
(String resourceGroupName, String environmentName, String managedCertificateName) Get the specified Managed Certificate.ManagedCertificatesClient.update
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificatePatch managedCertificateEnvelope) Update tags of a managed certificate Patches a managed certificate.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ManagedCertificateInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ManagedCertificateInner>, ManagedCertificateInner> ManagedCertificatesClient.beginCreateOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName) Create or Update a Managed Certificate.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ManagedCertificateInner>, ManagedCertificateInner> ManagedCertificatesClient.beginCreateOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName) Create or Update a Managed Certificate.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ManagedCertificateInner>, ManagedCertificateInner> ManagedCertificatesClient.beginCreateOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, com.azure.core.util.Context context) Create or Update a Managed Certificate.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ManagedCertificateInner>, ManagedCertificateInner> ManagedCertificatesClient.beginCreateOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, com.azure.core.util.Context context) Create or Update a Managed Certificate.com.azure.core.http.rest.Response
<ManagedCertificateInner> ManagedCertificatesClient.getWithResponse
(String resourceGroupName, String environmentName, String managedCertificateName, com.azure.core.util.Context context) Get the specified Managed Certificate.com.azure.core.http.rest.PagedIterable
<ManagedCertificateInner> Get the Managed Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable
<ManagedCertificateInner> ManagedCertificatesClient.list
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the Managed Certificates in a given managed environment.com.azure.core.http.rest.Response
<ManagedCertificateInner> ManagedCertificatesClient.updateWithResponse
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificatePatch managedCertificateEnvelope, com.azure.core.util.Context context) Update tags of a managed certificate Patches a managed certificate.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type ManagedCertificateInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ManagedCertificateInner>, ManagedCertificateInner> ManagedCertificatesClient.beginCreateOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, com.azure.core.util.Context context) Create or Update a Managed Certificate.ManagedCertificatesClient.createOrUpdate
(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, com.azure.core.util.Context context) Create or Update a Managed Certificate. -
Uses of ManagedCertificateInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ManagedCertificateInnerModifier and TypeMethodDescriptionstatic ManagedCertificateInner
ManagedCertificateInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedCertificateInner from the JsonReader.ManagedCertificateInner.withLocation
(String location) ManagedCertificateInner.withProperties
(ManagedCertificateProperties properties) Set the properties property: Certificate resource specific properties. -
Uses of ManagedCertificateInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedCertificateInnerModifier and TypeMethodDescriptionManagedCertificate.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedCertificateInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ManagedCertificateInnerModifier and TypeMethodDescriptionManagedCertificateCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ManagedCertificateInnerModifier and TypeMethodDescriptionManagedCertificateCollection.withValue
(List<ManagedCertificateInner> value) Set the value property: Collection of resources.