BatchNodeFillType(String) Constructor

Definition

Initializes a new instance of BatchNodeFillType.

public BatchNodeFillType(string value);
new Azure.Compute.Batch.BatchNodeFillType : string -> Azure.Compute.Batch.BatchNodeFillType
Public Sub New (value As String)

Parameters

value
String

The value.

Exceptions

value is null.

Applies to