public final class StaticSiteUserProvidedFunctionAppsCollection extends Object
| Constructor and Description |
|---|
StaticSiteUserProvidedFunctionAppsCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link to next page of resources.
|
void |
validate()
Validates the instance.
|
List<StaticSiteUserProvidedFunctionAppArmResourceInner> |
value()
Get the value property: Collection of resources.
|
StaticSiteUserProvidedFunctionAppsCollection |
withValue(List<StaticSiteUserProvidedFunctionAppArmResourceInner> value)
Set the value property: Collection of resources.
|
public StaticSiteUserProvidedFunctionAppsCollection()
public List<StaticSiteUserProvidedFunctionAppArmResourceInner> value()
public StaticSiteUserProvidedFunctionAppsCollection withValue(List<StaticSiteUserProvidedFunctionAppArmResourceInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.