Uses of Class
com.azure.resourcemanager.workloads.models.WordpressVersions
Packages that use WordpressVersions
Package
Description
Package containing the inner data models for WorkloadsClient.
Package containing the data models for WorkloadsClient.
-
Uses of WordpressVersions in com.azure.resourcemanager.workloads.fluent.models
Methods in com.azure.resourcemanager.workloads.fluent.models that return WordpressVersionsModifier and TypeMethodDescriptionWordpressInstanceResourceInner.version()
Get the version property: Application version.WordpressInstanceResourceProperties.version()
Get the version property: Application version.Methods in com.azure.resourcemanager.workloads.fluent.models with parameters of type WordpressVersionsModifier and TypeMethodDescriptionWordpressInstanceResourceInner.withVersion
(WordpressVersions version) Set the version property: Application version.WordpressInstanceResourceProperties.withVersion
(WordpressVersions version) Set the version property: Application version. -
Uses of WordpressVersions in com.azure.resourcemanager.workloads.models
Fields in com.azure.resourcemanager.workloads.models declared as WordpressVersionsModifier and TypeFieldDescriptionstatic final WordpressVersions
WordpressVersions.FIVE_FOUR
Static value 5.4 for WordpressVersions.static final WordpressVersions
WordpressVersions.FIVE_FOUR_ONE
Static value 5.4.1 for WordpressVersions.static final WordpressVersions
WordpressVersions.FIVE_FOUR_THREE
Static value 5.4.3 for WordpressVersions.static final WordpressVersions
WordpressVersions.FIVE_FOUR_TWO
Static value 5.4.2 for WordpressVersions.Methods in com.azure.resourcemanager.workloads.models that return WordpressVersionsModifier and TypeMethodDescriptionstatic WordpressVersions
WordpressVersions.fromString
(String name) Creates or finds a WordpressVersions from its string representation.WordpressInstanceResource.version()
Gets the version property: Application version.Methods in com.azure.resourcemanager.workloads.models that return types with arguments of type WordpressVersionsModifier and TypeMethodDescriptionstatic Collection<WordpressVersions>
WordpressVersions.values()
Gets known WordpressVersions values.