NetworkProfile Class
Network profile for Batch account, which contains network rule settings for each endpoint.
Constructor
NetworkProfile(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_access
|
Network access profile for batchAccount endpoint (Batch account data plane API). |
|
node_management_access
|
Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools). |
Attributes
account_access
Network access profile for batchAccount endpoint (Batch account data plane API).
account_access: _models.EndpointAccessProfile | None
node_management_access
Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).
node_management_access: _models.EndpointAccessProfile | None