Uses of Class
com.azure.resourcemanager.appcontainers.models.ActiveRevisionsMode
Packages that use ActiveRevisionsMode
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ActiveRevisionsMode in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as ActiveRevisionsModeModifier and TypeFieldDescriptionstatic final ActiveRevisionsModeActiveRevisionsMode.MULTIPLEStatic value Multiple for ActiveRevisionsMode.static final ActiveRevisionsModeActiveRevisionsMode.SINGLEStatic value Single for ActiveRevisionsMode.Methods in com.azure.resourcemanager.appcontainers.models that return ActiveRevisionsModeModifier and TypeMethodDescriptionConfiguration.activeRevisionsMode()Get 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.static ActiveRevisionsModeActiveRevisionsMode.fromString(String name) Creates or finds a ActiveRevisionsMode from its string representation.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ActiveRevisionsModeModifier and TypeMethodDescriptionstatic Collection<ActiveRevisionsMode> ActiveRevisionsMode.values()Gets known ActiveRevisionsMode values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ActiveRevisionsModeModifier and TypeMethodDescriptionConfiguration.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.