Uses of Class
com.azure.resourcemanager.appcontainers.models.Configuration
Packages that use Configuration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of Configuration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ConfigurationModifier and TypeMethodDescriptionContainerAppInner.configuration()Get the configuration property: Non versioned Container App configuration properties.ContainerAppProperties.configuration()Get the configuration property: Non versioned Container App configuration properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ConfigurationModifier and TypeMethodDescriptionContainerAppInner.withConfiguration(Configuration configuration) Set the configuration property: Non versioned Container App configuration properties.ContainerAppProperties.withConfiguration(Configuration configuration) Set the configuration property: Non versioned Container App configuration properties. -
Uses of Configuration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ConfigurationModifier and TypeMethodDescriptionContainerApp.configuration()Gets the configuration property: Non versioned Container App configuration properties.static ConfigurationConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Configuration from the JsonReader.Configuration.withActiveRevisionsMode(ActiveRevisionsMode activeRevisionsMode) Set the activeRevisionsMode property: ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time.Set the dapr property: Dapr configuration for the Container App.Configuration.withIdentitySettings(List<IdentitySettings> identitySettings) Set the identitySettings property: Optional settings for Managed Identities that are assigned to the Container App.Configuration.withIngress(Ingress ingress) Set the ingress property: Ingress configurations.Configuration.withMaxInactiveRevisions(Integer maxInactiveRevisions) Set the maxInactiveRevisions property: Optional.Configuration.withRegistries(List<RegistryCredentials> registries) Set the registries property: Collection of private container registry credentials for containers used by the Container app.Configuration.withRuntime(Runtime runtime) Set the runtime property: App runtime configuration for the Container App.Configuration.withSecrets(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Container app.Configuration.withService(Service service) Set the service property: Container App to be a dev Container App Service.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ConfigurationModifier and TypeMethodDescriptionContainerApp.DefinitionStages.WithConfiguration.withConfiguration(Configuration configuration) Specifies the configuration property: Non versioned Container App configuration properties..ContainerApp.UpdateStages.WithConfiguration.withConfiguration(Configuration configuration) Specifies the configuration property: Non versioned Container App configuration properties..