DeploymentListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.DeploymentListInner

Implements

public final class DeploymentListInner
implements JsonSerializable<DeploymentListInner>

A list of deployments resource ids.

Constructor Summary

Constructor Description
DeploymentListInner()

Creates an instance of DeploymentListInner class.

Method Summary

Modifier and Type Method and Description
List<String> deployments()

Get the deployments property: A list of deployment resource ids.

static DeploymentListInner fromJson(JsonReader jsonReader)

Reads an instance of DeploymentListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DeploymentListInner withDeployments(List<String> deployments)

Set the deployments property: A list of deployment resource ids.

Methods inherited from java.lang.Object

Constructor Details

DeploymentListInner

public DeploymentListInner()

Creates an instance of DeploymentListInner class.

Method Details

deployments

public List deployments()

Get the deployments property: A list of deployment resource ids.

Returns:

the deployments value.

fromJson

public static DeploymentListInner fromJson(JsonReader jsonReader)

Reads an instance of DeploymentListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DeploymentListInner 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 DeploymentListInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withDeployments

public DeploymentListInner withDeployments(List deployments)

Set the deployments property: A list of deployment resource ids.

Parameters:

deployments - the deployments value to set.

Returns:

the DeploymentListInner object itself.

Applies to