Uses of Enum
com.azure.resourcemanager.appcontainers.models.UnauthenticatedClientActionV2
Packages that use UnauthenticatedClientActionV2
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of UnauthenticatedClientActionV2 in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return UnauthenticatedClientActionV2Modifier and TypeMethodDescriptionUnauthenticatedClientActionV2.fromString
(String value) Parses a serialized value to a UnauthenticatedClientActionV2 instance.GlobalValidation.unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.Returns the enum constant of this type with the specified name.static UnauthenticatedClientActionV2[]
UnauthenticatedClientActionV2.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type UnauthenticatedClientActionV2Modifier and TypeMethodDescriptionGlobalValidation.withUnauthenticatedClientAction
(UnauthenticatedClientActionV2 unauthenticatedClientAction) Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.