DeploymentStackListResult Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DeploymentStackListResult
- com.
Implements
public final class DeploymentStackListResult
implements JsonSerializable<DeploymentStackListResult>
List of Deployment stacks.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentStackListResult() |
Creates an instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Deployment |
value()
Get the value property: An array of Deployment stacks. |
|
Deployment |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DeploymentStackInner> value()
Get the value property: An array of Deployment stacks.
Returns:
withValue
public DeploymentStackListResult withValue(List<DeploymentStackInner> value)
Set the value property: An array of Deployment stacks.
Parameters:
Returns: