NodeRebootParameter 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
NodeRebootParameter() |
Initializes a new instance of the NodeRebootParameter class. |
NodeRebootParameter(Nullable<ComputeNodeRebootOption>) |
Initializes a new instance of the NodeRebootParameter class. |
NodeRebootParameter()
- Source:
- NodeRebootParameter.cs
Initializes a new instance of the NodeRebootParameter class.
public NodeRebootParameter ();
Public Sub New ()
Applies to
NodeRebootParameter(Nullable<ComputeNodeRebootOption>)
- Source:
- NodeRebootParameter.cs
Initializes a new instance of the NodeRebootParameter class.
public NodeRebootParameter (Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption? nodeRebootOption = default);
new Microsoft.Azure.Batch.Protocol.Models.NodeRebootParameter : Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption> -> Microsoft.Azure.Batch.Protocol.Models.NodeRebootParameter
Public Sub New (Optional nodeRebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing)
Parameters
- nodeRebootOption
- Nullable<ComputeNodeRebootOption>
When to reboot the Compute Node and what to do with currently running Tasks.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET