JobNetworkConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET