public final class VirtualMachineScaleSetExtensionListResult extends Object
Constructor and Description |
---|
VirtualMachineScaleSetExtensionListResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The uri to fetch the next page of VM scale set extensions.
|
void |
validate()
Validates the instance.
|
List<VirtualMachineScaleSetExtensionInner> |
value()
Get the value property: The list of VM scale set extensions.
|
VirtualMachineScaleSetExtensionListResult |
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of VM scale set extensions.
|
VirtualMachineScaleSetExtensionListResult |
withValue(List<VirtualMachineScaleSetExtensionInner> value)
Set the value property: The list of VM scale set extensions.
|
public VirtualMachineScaleSetExtensionListResult()
public List<VirtualMachineScaleSetExtensionInner> value()
public VirtualMachineScaleSetExtensionListResult withValue(List<VirtualMachineScaleSetExtensionInner> value)
value
- the value value to set.public String nextLink()
public VirtualMachineScaleSetExtensionListResult withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.