JobNetworkConfiguration Class

Definition

The network configuration for a job.

public class JobNetworkConfiguration
type JobNetworkConfiguration = class
Public Class JobNetworkConfiguration
Inheritance
JobNetworkConfiguration

Constructors

JobNetworkConfiguration()

Default constructor to support mocking the JobNetworkConfiguration class.

JobNetworkConfiguration(String, Nullable<Boolean>)

Initializes a new instance of the JobNetworkConfiguration class.

Properties

SkipWithdrawFromVNet

Gets or sets gets or sets whether to withdraw Compute Nodes from the virtual network to DNC when the job is terminated or deleted.

SubnetId

Gets or sets the ARM resource identifier of the virtual network subnet which nodes running tasks from the job will join for the duration of the task.

Applies to