public class VMScaleSetConvertToSinglePlacementGroupInput extends Object
| Constructor and Description |
|---|
VMScaleSetConvertToSinglePlacementGroupInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
activePlacementGroupId()
Get id of the placement group in which you want future virtual machine instances to be placed.
|
VMScaleSetConvertToSinglePlacementGroupInput |
withActivePlacementGroupId(String activePlacementGroupId)
Set id of the placement group in which you want future virtual machine instances to be placed.
|
public VMScaleSetConvertToSinglePlacementGroupInput()
public String activePlacementGroupId()
public VMScaleSetConvertToSinglePlacementGroupInput withActivePlacementGroupId(String activePlacementGroupId)
activePlacementGroupId - the activePlacementGroupId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/