NodePlacementConfiguration Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
NodePlacementConfiguration() |
Initialiseert een nieuw exemplaar van de klasse NodePlacementConfiguration. |
NodePlacementConfiguration(Nullable<NodePlacementPolicyType>) |
Initialiseert een nieuw exemplaar van de klasse NodePlacementConfiguration. |
NodePlacementConfiguration()
Initialiseert een nieuw exemplaar van de klasse NodePlacementConfiguration.
public NodePlacementConfiguration ();
Public Sub New ()
Van toepassing op
NodePlacementConfiguration(Nullable<NodePlacementPolicyType>)
Initialiseert een nieuw exemplaar van de klasse NodePlacementConfiguration.
public NodePlacementConfiguration (Microsoft.Azure.Management.Batch.Models.NodePlacementPolicyType? policy = default);
new Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration : Nullable<Microsoft.Azure.Management.Batch.Models.NodePlacementPolicyType> -> Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration
Public Sub New (Optional policy As Nullable(Of NodePlacementPolicyType) = Nothing)
Parameters
- policy
- Nullable<NodePlacementPolicyType>
Type beleid voor knooppuntplaatsing in Batch-pools.
Van toepassing op
Azure SDK for .NET