NodeReimageParameter Constructors
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.
Overloads
NodeReimageParameter() |
Initializes a new instance of the NodeReimageParameter class. |
NodeReimageParameter(Nullable<ComputeNodeReimageOption>) |
Initializes a new instance of the NodeReimageParameter class. |
NodeReimageParameter()
- Source:
- NodeReimageParameter.cs
Initializes a new instance of the NodeReimageParameter class.
public NodeReimageParameter ();
Public Sub New ()
Applies to
NodeReimageParameter(Nullable<ComputeNodeReimageOption>)
- Source:
- NodeReimageParameter.cs
Initializes a new instance of the NodeReimageParameter class.
public NodeReimageParameter (Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOption? nodeReimageOption = default);
new Microsoft.Azure.Batch.Protocol.Models.NodeReimageParameter : Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOption> -> Microsoft.Azure.Batch.Protocol.Models.NodeReimageParameter
Public Sub New (Optional nodeReimageOption As Nullable(Of ComputeNodeReimageOption) = Nothing)
Parameters
- nodeReimageOption
- Nullable<ComputeNodeReimageOption>
When to reimage the Compute Node and what to do with currently running Tasks.