Freigeben über


VirtualMachineScaleSetResource.ConvertToSinglePlacementGroupAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/convertToSinglePlacementGroup
  • Vorgang IdVirtualMachineScaleSets_ConvertToSinglePlacementGroup
public virtual System.Threading.Tasks.Task<Azure.Response> ConvertToSinglePlacementGroupAsync (Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetConvertToSinglePlacementGroupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertToSinglePlacementGroupAsync : Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetConvertToSinglePlacementGroupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ConvertToSinglePlacementGroupAsync : Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetConvertToSinglePlacementGroupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ConvertToSinglePlacementGroupAsync (content As VirtualMachineScaleSetConvertToSinglePlacementGroupContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

content
VirtualMachineScaleSetConvertToSinglePlacementGroupContent

Das Eingabeobjekt für die ConvertToSinglePlacementGroup-API.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: