Share via


JobNetworkConfiguration Class

Definition

The network configuration for the Job.

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

Constructors

JobNetworkConfiguration()

Initializes a new instance of the JobNetworkConfiguration class.

JobNetworkConfiguration(String, Nullable<Boolean>)

Initializes a new instance of the JobNetworkConfiguration class.

Properties

SkipWithdrawFromVNet

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 Compute Nodes running Tasks from the Job will join for the duration of the Task.

Applies to