Class MachineExtensionsListResult
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.MachineExtensionsListResult
Describes the Machine Extensions List Result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The uri to fetch the next page of machine extensions.void
validate()
Validates the instance.value()
Get the value property: The list of extensions.withNextLink
(String nextLink) Set the nextLink property: The uri to fetch the next page of machine extensions.withValue
(List<MachineExtensionInner> value) Set the value property: The list of extensions.
-
Constructor Details
-
MachineExtensionsListResult
public MachineExtensionsListResult()
-
-
Method Details
-
value
Get the value property: The list of extensions.- Returns:
- the value value.
-
withValue
Set the value property: The list of extensions.- Parameters:
value
- the value value to set.- Returns:
- the MachineExtensionsListResult object itself.
-
nextLink
Get the nextLink property: The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the MachineExtensionsListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-