NetworkConfiguration Class

Definition

The network configuration for a pool.

public class NetworkConfiguration
type NetworkConfiguration = class
Public Class NetworkConfiguration
Inheritance
NetworkConfiguration

Constructors

NetworkConfiguration()

Initializes a new instance of the NetworkConfiguration class.

Properties

DynamicVNetAssignmentScope

Gets or sets the scope of the dynamic VNet assignment.

EnableAcceleratedNetworking

Gets or sets whether this pool should enable accelerated networking.

EndpointConfiguration

Gets or sets the configuration for endpoints on compute nodes in the Batch pool.

PublicIPAddressConfiguration

Gets or sets the Public IPAddress configuration for Compute Nodes in the Batch Pool.

SubnetId

Gets or sets the ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join.

Applies to