Class DeploymentListResult

java.lang.Object
com.azure.resourcemanager.cognitiveservices.models.DeploymentListResult

public final class DeploymentListResult extends Object
The list of cognitive services accounts operation response.
  • Constructor Details

    • DeploymentListResult

      public DeploymentListResult()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of Deployment.
      Returns:
      the nextLink value.
    • withNextLink

      public DeploymentListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of Deployment.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DeploymentListResult object itself.
    • value

      public List<DeploymentInner> value()
      Get the value property: Gets the list of Cognitive Services accounts Deployment and their properties.
      Returns:
      the value value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.