NetworkProfile Class

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

Inheritance
azure.mgmt.batch._serialization.Model
NetworkProfile

Constructor

NetworkProfile(*, account_access: _models.EndpointAccessProfile | None = None, node_management_access: _models.EndpointAccessProfile | None = None, **kwargs: Any)

Keyword-Only Parameters

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).

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).