Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner
-
Packages that use CertificateInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 CertificateInner Modifier and Type Method Description CertificateInner
CertificatesClient. createOrUpdate(String resourceGroupName, String managedEnvironmentName, String name)
Create or Update a Certificate.CertificateInner
CertificatesClient. get(String resourceGroupName, String managedEnvironmentName, String name)
Get the specified Certificate.CertificateInner
CertificatesClient. update(String resourceGroupName, String managedEnvironmentName, String name, CertificatePatch certificateEnvelope)
Patches a certificate.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type CertificateInner Modifier and Type Method Description com.azure.core.http.rest.Response<CertificateInner>
CertificatesClient. createOrUpdateWithResponse(String resourceGroupName, String managedEnvironmentName, String name, 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 managedEnvironmentName, String name, com.azure.core.util.Context context)
Get the specified Certificate.com.azure.core.http.rest.PagedIterable<CertificateInner>
CertificatesClient. list(String resourceGroupName, String managedEnvironmentName)
Get the Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable<CertificateInner>
CertificatesClient. list(String resourceGroupName, String managedEnvironmentName, com.azure.core.util.Context context)
Get the Certificates in a given managed environment.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.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type CertificateInner Modifier and Type Method Description com.azure.core.http.rest.Response<CertificateInner>
CertificatesClient. createOrUpdateWithResponse(String resourceGroupName, String managedEnvironmentName, String name, 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 CertificateInner Modifier and Type Method Description CertificateInner
CertificateInner. withLocation(String location)
CertificateInner
CertificateInner. withProperties(CertificateProperties properties)
Set the properties property: Certificate resource specific properties.CertificateInner
CertificateInner. withTags(Map<String,String> tags)
-
Uses of CertificateInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificateInner Modifier and Type Method Description CertificateInner
Certificate. 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 CertificateInner Modifier and Type Method Description List<CertificateInner>
CertificateCollection. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type CertificateInner Modifier and Type Method Description CertificateCollection
CertificateCollection. withValue(List<CertificateInner> value)
Set the value property: Collection of resources.
-