Uses of Enum
com.azure.resourcemanager.batch.models.EndpointAccessDefaultAction
Packages that use EndpointAccessDefaultAction
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of EndpointAccessDefaultAction in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return EndpointAccessDefaultActionModifier and TypeMethodDescriptionEndpointAccessProfile.defaultAction()Get the defaultAction property: The default action when there is no IPRule matched.static EndpointAccessDefaultActionEndpointAccessDefaultAction.fromString(String value) Parses a serialized value to a EndpointAccessDefaultAction instance.static EndpointAccessDefaultActionReturns the enum constant of this type with the specified name.static EndpointAccessDefaultAction[]EndpointAccessDefaultAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type EndpointAccessDefaultActionModifier and TypeMethodDescriptionEndpointAccessProfile.withDefaultAction(EndpointAccessDefaultAction defaultAction) Set the defaultAction property: The default action when there is no IPRule matched.