Class FunctionAppStackCollection
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FunctionAppStackCollection
-
public final class FunctionAppStackCollection extends Object
Collection of Function app Stacks.
-
-
Constructor Summary
Constructors Constructor Description FunctionAppStackCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link to next page of resources.voidvalidate()Validates the instance.List<FunctionAppStackInner>value()Get the value property: Collection of resources.FunctionAppStackCollectionwithValue(List<FunctionAppStackInner> value)Set the value property: Collection of resources.
-
-
-
Method Detail
-
value
public List<FunctionAppStackInner> value()
Get the value property: Collection of resources.- Returns:
- the value value.
-
withValue
public FunctionAppStackCollection withValue(List<FunctionAppStackInner> value)
Set the value property: Collection of resources.- Parameters:
value- the value value to set.- Returns:
- the FunctionAppStackCollection object itself.
-
nextLink
public String nextLink()
Get the nextLink property: Link to next page of resources.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-