Class ContainerGroupListResult
java.lang.Object
com.azure.resourcemanager.containerinstance.models.ContainerGroupListResult
The container group list response that contains the container group properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of container groups.voidvalidate()Validates the instance.value()Get the value property: The list of container groups.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of container groups.withValue(List<ContainerGroupInner> value) Set the value property: The list of container groups.
-
Constructor Details
-
ContainerGroupListResult
public ContainerGroupListResult()
-
-
Method Details
-
value
Get the value property: The list of container groups.- Returns:
- the value value.
-
withValue
Set the value property: The list of container groups.- Parameters:
value- the value value to set.- Returns:
- the ContainerGroupListResult object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of container groups.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of container groups.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ContainerGroupListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-