Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayUnAuthorizedRequestAction
Packages that use ApplicationGatewayUnAuthorizedRequestAction
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayUnAuthorizedRequestAction in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayUnAuthorizedRequestActionModifier and TypeMethodDescriptionApplicationGatewayEntraJwtValidationConfigPropertiesFormat.unAuthorizedRequestAction()Get the unAuthorizedRequestAction property: Unauthorized request action.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayUnAuthorizedRequestActionModifier and TypeMethodDescriptionApplicationGatewayEntraJwtValidationConfigPropertiesFormat.withUnAuthorizedRequestAction(ApplicationGatewayUnAuthorizedRequestAction unAuthorizedRequestAction) Set the unAuthorizedRequestAction property: Unauthorized request action. -
Uses of ApplicationGatewayUnAuthorizedRequestAction in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewayUnAuthorizedRequestAction in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classUnauthorized request action.Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayUnAuthorizedRequestActionModifier and TypeFieldDescriptionstatic final ApplicationGatewayUnAuthorizedRequestActionApplicationGatewayUnAuthorizedRequestAction.ALLOWStatic value Allow for ApplicationGatewayUnAuthorizedRequestAction.static final ApplicationGatewayUnAuthorizedRequestActionApplicationGatewayUnAuthorizedRequestAction.DENYStatic value Deny for ApplicationGatewayUnAuthorizedRequestAction.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayUnAuthorizedRequestActionModifier and TypeMethodDescriptionApplicationGatewayUnAuthorizedRequestAction.fromString(String name) Creates or finds a ApplicationGatewayUnAuthorizedRequestAction from its string representation.ApplicationGatewayEntraJwtValidationConfig.unAuthorizedRequestAction()Get the unAuthorizedRequestAction property: Unauthorized request action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayUnAuthorizedRequestActionModifier and TypeMethodDescriptionApplicationGatewayUnAuthorizedRequestAction.values()Gets known ApplicationGatewayUnAuthorizedRequestAction values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayUnAuthorizedRequestActionModifier and TypeMethodDescriptionApplicationGatewayEntraJwtValidationConfig.withUnAuthorizedRequestAction(ApplicationGatewayUnAuthorizedRequestAction unAuthorizedRequestAction) Set the unAuthorizedRequestAction property: Unauthorized request action.