Class ScriptPackagesList
- java.lang.Object
-
- com.azure.resourcemanager.avs.models.ScriptPackagesList
-
public final class ScriptPackagesList extends Object
A list of the available script packages.
-
-
Constructor Summary
Constructors Constructor Description ScriptPackagesList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: URL to get the next page if any.void
validate()
Validates the instance.List<ScriptPackageInner>
value()
Get the value property: List of script package resources.
-
-
-
Method Detail
-
value
public List<ScriptPackageInner> value()
Get the value property: List of script package resources.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next page if any.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-