Freigeben über


VirtualMachineScaleSetsOperationsExtensions.ConvertToSinglePlacementGroup Methode

Definition

Konvertiert die SinglePlacementGroup-Eigenschaft für eine vorhandene VM-Skalierungsgruppe in false.

public static void ConvertToSinglePlacementGroup (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, string activePlacementGroupId = default);
static member ConvertToSinglePlacementGroup : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * string * string -> unit
<Extension()>
Public Sub ConvertToSinglePlacementGroup (operations As IVirtualMachineScaleSetsOperations, resourceGroupName As String, vmScaleSetName As String, Optional activePlacementGroupId As String = Nothing)

Parameter

operations
IVirtualMachineScaleSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

vmScaleSetName
String

Der Name der VM-Skalierungsgruppe, die erstellt oder aktualisiert werden soll.

activePlacementGroupId
String

ID der Platzierungsgruppe, in der zukünftige VM-Instanzen platziert werden sollen. Um die Platzierungsgruppen-ID abzufragen, verwenden Sie VM-Skalierungsgruppen-VMs – Get-API. Wenn nicht angegeben, wählt die Plattform eine mit der maximalen Anzahl von VM-Instanzen aus.

Gilt für: