Uses of Class
com.azure.resourcemanager.appcontainers.models.UnauthenticatedClientActionV2
-
Packages that use UnauthenticatedClientActionV2 Package Description com.azure.resourcemanager.appcontainers.models 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 UnauthenticatedClientActionV2 Modifier and Type Method Description static UnauthenticatedClientActionV2
UnauthenticatedClientActionV2. fromString(String value)
Parses a serialized value to a UnauthenticatedClientActionV2 instance.UnauthenticatedClientActionV2
GlobalValidation. unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.static UnauthenticatedClientActionV2
UnauthenticatedClientActionV2. valueOf(String name)
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 UnauthenticatedClientActionV2 Modifier and Type Method Description GlobalValidation
GlobalValidation. withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.
-