Uses of Class
com.azure.resourcemanager.appcontainers.models.Applicability
Packages that use Applicability
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Applicability in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as ApplicabilityModifier and TypeFieldDescriptionstatic final Applicability
Applicability.CUSTOM
Static value Custom for Applicability.static final Applicability
Applicability.LOCATION_DEFAULT
Static value LocationDefault for Applicability.Methods in com.azure.resourcemanager.appcontainers.models that return ApplicabilityModifier and TypeMethodDescriptionAvailableWorkloadProfileProperties.applicability()
Get the applicability property: indicates whether the profile is default for the location.static Applicability
Applicability.fromString
(String name) Creates or finds a Applicability from its string representation.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ApplicabilityModifier and TypeMethodDescriptionstatic Collection
<Applicability> Applicability.values()
Gets known Applicability values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ApplicabilityModifier and TypeMethodDescriptionAvailableWorkloadProfileProperties.withApplicability
(Applicability applicability) Set the applicability property: indicates whether the profile is default for the location.