Uses of Class
com.azure.resourcemanager.batch.models.EndpointAccessProfile
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of EndpointAccessProfile in com.azure.resourcemanager.batch.models
Modifier 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.Modifier 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).