NetworkProfileResponse

data class NetworkProfileResponse(val accountAccess: EndpointAccessProfileResponse? = null, val nodeManagementAccess: EndpointAccessProfileResponse? = null)

Network profile for Batch account, which contains network rule settings for each endpoint.

Constructors

Link copied to clipboard
constructor(accountAccess: EndpointAccessProfileResponse? = null, nodeManagementAccess: EndpointAccessProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Network access profile for batchAccount endpoint (Batch account data plane API).

Link copied to clipboard

Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).