WebAppInstanceStatusCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.WebAppInstanceStatusCollection

public final class WebAppInstanceStatusCollection

Collection of app instances.

Constructor Summary

Constructor Description
WebAppInstanceStatusCollection()

Creates an instance of WebAppInstanceStatusCollection class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to next page of resources.

void validate()

Validates the instance.

List<WebSiteInstanceStatusInner> value()

Get the value property: Collection of resources.

WebAppInstanceStatusCollection withValue(List<WebSiteInstanceStatusInner> value)

Set the value property: Collection of resources.

Methods inherited from java.lang.Object

Constructor Details

WebAppInstanceStatusCollection

public WebAppInstanceStatusCollection()

Creates an instance of WebAppInstanceStatusCollection class.

Method Details

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.

value

public List value()

Get the value property: Collection of resources.

Returns:

the value value.

withValue

public WebAppInstanceStatusCollection withValue(List value)

Set the value property: Collection of resources.

Parameters:

value - the value value to set.

Returns:

the WebAppInstanceStatusCollection object itself.

Applies to