Delen via


NodePlacementConfiguration Constructors

Definitie

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