你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkProfile Class

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

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

Default value: None
node_management_access

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

Default value: None

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