Uses of Class
com.azure.resourcemanager.appservice.models.Configuration
Packages that use Configuration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of Configuration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.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.appservice.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.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ConfigurationModifier and TypeMethodDescriptionstatic Configuration
Configuration.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.Configuration.withIngress
(Ingress ingress) Set the ingress property: Ingress configurations.Configuration.withRegistries
(List<RegistryCredentials> registries) Set the registries property: Collection of private container registry credentials for containers used by the Container app.Configuration.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Container app.