Uses of Interface
com.azure.resourcemanager.appcontainers.models.Certificate
-
Packages that use Certificate Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of Certificate in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Certificate Modifier and Type Method Description Certificate
Certificate.Update. apply()
Executes the update request.Certificate
Certificate.Update. apply(com.azure.core.util.Context context)
Executes the update request.Certificate
Certificate.DefinitionStages.WithCreate. create()
Executes the create request.Certificate
Certificate.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.Certificate
Certificates. get(String resourceGroupName, String managedEnvironmentName, String name)
Get the specified Certificate.Certificate
Certificates. getById(String id)
Get the specified Certificate.Certificate
Certificate. refresh()
Refreshes the resource to sync with Azure.Certificate
Certificate. 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 Certificate Modifier and Type Method Description com.azure.core.http.rest.Response<Certificate>
Certificates. getByIdWithResponse(String id, com.azure.core.util.Context context)
Get the specified Certificate.com.azure.core.http.rest.Response<Certificate>
Certificates. getWithResponse(String resourceGroupName, String managedEnvironmentName, String name, com.azure.core.util.Context context)
Get the specified Certificate.com.azure.core.http.rest.PagedIterable<Certificate>
Certificates. list(String resourceGroupName, String managedEnvironmentName)
Get the Certificates in a given managed environment.com.azure.core.http.rest.PagedIterable<Certificate>
Certificates. list(String resourceGroupName, String managedEnvironmentName, com.azure.core.util.Context context)
Get the Certificates in a given managed environment.
-