JobNetworkConfiguration(String) Constructor

Definition

Initializes a new instance of the JobNetworkConfiguration class.

public JobNetworkConfiguration (string subnetId = default);
new Microsoft.Azure.Batch.JobNetworkConfiguration : string -> Microsoft.Azure.Batch.JobNetworkConfiguration
Public Sub New (Optional subnetId As String = Nothing)

Parameters

subnetId
String

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