Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner
Packages that use CertificateInner
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 CertificateInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return CertificateInnerModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate
(String resourceGroupName, String environmentName, String certificateName) Create or Update a Certificate.ConnectedEnvironmentsCertificatesClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, String certificateName) Create or Update a Certificate.Get the specified Certificate.ConnectedEnvironmentsCertificatesClient.get
(String resourceGroupName, String connectedEnvironmentName, String certificateName) Get the specified Certificate.CertificatesClient.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.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type CertificateInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<CertificateInner> CertificatesClient.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
<CertificateInner> ConnectedEnvironmentsCertificatesClient.createOrUpdateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String certificateName, CertificateInner certificateEnvelope, com.azure.core.util.Context context) Create or Update a Certificate.com.azure.core.http.rest.Response
<CertificateInner> CertificatesClient.getWithResponse
(String resourceGroupName, String environmentName, String certificateName, com.azure.core.util.Context context) Get the specified Certificate.com.azure.core.http.rest.Response
<CertificateInner> ConnectedEnvironmentsCertificatesClient.getWithResponse
(String resourceGroupName, String connectedEnvironmentName, String certificateName, com.azure.core.util.Context context) Get the specified Certificate.com.azure.core.http.rest.PagedIterable
<CertificateInner> Get the Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable
<CertificateInner> CertificatesClient.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
<CertificateInner> ConnectedEnvironmentsCertificatesClient.list
(String resourceGroupName, String connectedEnvironmentName) Get the Certificates in a given connected environment.com.azure.core.http.rest.PagedIterable
<CertificateInner> ConnectedEnvironmentsCertificatesClient.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
<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.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type CertificateInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<CertificateInner> CertificatesClient.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
<CertificateInner> ConnectedEnvironmentsCertificatesClient.createOrUpdateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String certificateName, CertificateInner certificateEnvelope, com.azure.core.util.Context context) Create or Update a Certificate. -
Uses of CertificateInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return CertificateInnerModifier and TypeMethodDescriptionstatic CertificateInner
CertificateInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateInner from the JsonReader.CertificateInner.withLocation
(String location) CertificateInner.withProperties
(CertificateProperties properties) Set the properties property: Certificate resource specific properties. -
Uses of CertificateInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificateInnerModifier and TypeMethodDescriptionCertificate.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CertificateInnerModifier and TypeMethodDescriptionCertificateCollection.value()
Get the value property: Collection of resources.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CertificateInnerModifier 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.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type CertificateInnerModifier and TypeMethodDescriptionCertificateCollection.withValue
(List<CertificateInner> value) Set the value property: Collection of resources.