Uses of Class
com.azure.resourcemanager.appcontainers.models.ActiveRevisionsMode
-
Packages that use ActiveRevisionsMode Package Description com.azure.resourcemanager.appcontainers.models 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 ActiveRevisionsMode Modifier and Type Field Description static ActiveRevisionsMode
ActiveRevisionsMode. MULTIPLE
Static value Multiple for ActiveRevisionsMode.static ActiveRevisionsMode
ActiveRevisionsMode. SINGLE
Static value Single for ActiveRevisionsMode.Methods in com.azure.resourcemanager.appcontainers.models that return ActiveRevisionsMode Modifier and Type Method Description ActiveRevisionsMode
Configuration. 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 ActiveRevisionsMode
ActiveRevisionsMode. 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 ActiveRevisionsMode Modifier and Type Method Description static Collection<ActiveRevisionsMode>
ActiveRevisionsMode. values()
Gets known ActiveRevisionsMode values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ActiveRevisionsMode Modifier and Type Method Description Configuration
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.
-