DeploymentListInner Class

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

public final class 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.

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.

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