Uses of Enum
com.azure.resourcemanager.batch.models.EndpointAccessDefaultAction
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of EndpointAccessDefaultAction in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionEndpointAccessProfile.defaultAction()
Get the defaultAction property: The default action when there is no IPRule matched.static EndpointAccessDefaultAction
EndpointAccessDefaultAction.fromString
(String value) Parses a serialized value to a EndpointAccessDefaultAction instance.static EndpointAccessDefaultAction
Returns 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.Modifier and TypeMethodDescriptionEndpointAccessProfile.withDefaultAction
(EndpointAccessDefaultAction defaultAction) Set the defaultAction property: The default action when there is no IPRule matched.