Uses of Class
com.azure.resourcemanager.batch.models.EndpointAccessProfile
Packages that use EndpointAccessProfile
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of EndpointAccessProfile in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return EndpointAccessProfileModifier and TypeMethodDescriptionNetworkProfile.accountAccess()Get the accountAccess property: Network access profile for batchAccount endpoint (Batch account data plane API).NetworkProfile.nodeManagementAccess()Get the nodeManagementAccess property: Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).EndpointAccessProfile.withDefaultAction(EndpointAccessDefaultAction defaultAction) Set the defaultAction property: The default action when there is no IPRule matched.EndpointAccessProfile.withIpRules(List<IpRule> ipRules) Set the ipRules property: Array of IP ranges to filter client IP address.Methods in com.azure.resourcemanager.batch.models with parameters of type EndpointAccessProfileModifier and TypeMethodDescriptionNetworkProfile.withAccountAccess(EndpointAccessProfile accountAccess) Set the accountAccess property: Network access profile for batchAccount endpoint (Batch account data plane API).NetworkProfile.withNodeManagementAccess(EndpointAccessProfile nodeManagementAccess) Set the nodeManagementAccess property: Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).