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 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
Azure SDK for .NET