共用方式為


JobNetworkConfiguration Constructors

Definition

Overloads

JobNetworkConfiguration()

Initializes a new instance of the JobNetworkConfiguration class.

JobNetworkConfiguration(String)

Initializes a new instance of the JobNetworkConfiguration class.

JobNetworkConfiguration()

Source:
JobNetworkConfiguration.cs

Initializes a new instance of the JobNetworkConfiguration class.

public JobNetworkConfiguration ();
Public Sub New ()

Applies to

JobNetworkConfiguration(String)

Source:
JobNetworkConfiguration.cs

Initializes a new instance of the JobNetworkConfiguration class.

public JobNetworkConfiguration (string subnetId);
new Microsoft.Azure.Batch.Protocol.Models.JobNetworkConfiguration : string -> Microsoft.Azure.Batch.Protocol.Models.JobNetworkConfiguration
Public Sub New (subnetId As String)

Parameters

subnetId
String

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. This will only work with a VirtualMachineConfiguration Pool.

Applies to