Uses of Class
com.azure.resourcemanager.appservice.models.Configuration
-
Packages that use Configuration Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 Configuration Modifier and Type Method Description ConfigurationContainerAppInner. configuration()Get the configuration property: Non versioned Container App configuration properties.ConfigurationContainerAppProperties. configuration()Get the configuration property: Non versioned Container App configuration properties.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type Configuration Modifier and Type Method Description ContainerAppInnerContainerAppInner. withConfiguration(Configuration configuration)Set the configuration property: Non versioned Container App configuration properties.ContainerAppPropertiesContainerAppProperties. 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 Configuration Modifier and Type Method Description ConfigurationConfiguration. 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.ConfigurationConfiguration. withIngress(Ingress ingress)Set the ingress property: Ingress configurations.ConfigurationConfiguration. withRegistries(List<RegistryCredentials> registries)Set the registries property: Collection of private container registry credentials for containers used by the Container app.ConfigurationConfiguration. withSecrets(List<Secret> secrets)Set the secrets property: Collection of secrets used by a Container app.
-