共用方式為


NodeReimageParameter Constructors

Definition

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.

Applies to