public final class VMScaleSetConvertToSinglePlacementGroupInput extends Object
Constructor and Description |
---|
VMScaleSetConvertToSinglePlacementGroupInput() |
Modifier and Type | Method and Description |
---|---|
String |
activePlacementGroupId()
Get the activePlacementGroupId property: Id of the placement group in which you want future virtual machine
instances to be placed.
|
void |
validate()
Validates the instance.
|
VMScaleSetConvertToSinglePlacementGroupInput |
withActivePlacementGroupId(String activePlacementGroupId)
Set the activePlacementGroupId property: 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.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.