NetworkProfile Class
Network profile for Batch account, which contains network rule settings for each endpoint.
- Inheritance
-
azure.mgmt.batch._serialization.ModelNetworkProfile
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). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python