DeploymentStackListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.DeploymentStackListResult

Implements

public final class DeploymentStackListResult
implements JsonSerializable<DeploymentStackListResult>

List of Deployment stacks.

Constructor Summary

Constructor Description
DeploymentStackListResult()

Creates an instance of DeploymentStackListResult class.

Method Summary

Modifier and Type Method and Description
static DeploymentStackListResult fromJson(JsonReader jsonReader)

Reads an instance of DeploymentStackListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<DeploymentStackInner> value()

Get the value property: An array of Deployment stacks.

DeploymentStackListResult withValue(List<DeploymentStackInner> value)

Set the value property: An array of Deployment stacks.

Methods inherited from java.lang.Object

Constructor Details

DeploymentStackListResult

public DeploymentStackListResult()

Creates an instance of DeploymentStackListResult class.

Method Details

fromJson

public static DeploymentStackListResult fromJson(JsonReader jsonReader)

Reads an instance of DeploymentStackListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DeploymentStackListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DeploymentStackListResult.

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<DeploymentStackInner> value()

Get the value property: An array of Deployment stacks.

Returns:

the value value.

withValue

public DeploymentStackListResult withValue(List<DeploymentStackInner> value)

Set the value property: An array of Deployment stacks.

Parameters:

value - the value value to set.

Returns:

the DeploymentStackListResult object itself.

Applies to