Class DeploymentGroupsRequestBuilder.ListQueryParameters

java.lang.Object
org.azd.distributedtask.deploymentgroups.DeploymentGroupsRequestBuilder.ListQueryParameters
Enclosing class:
DeploymentGroupsRequestBuilder

public static class DeploymentGroupsRequestBuilder.ListQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • expand

      public DeploymentGroupExpands expand
      Include these additional details in the returned object.
    • actionFilter

      public DeploymentGroupActionFilter actionFilter
      Get the deployment group only if this action can be performed on it.
    • top

      public Integer top
      Maximum number of deployment groups to return. Default is 1000.
    • continuationToken

      public String continuationToken
      Get deployment groups with names greater than this continuationToken lexicographically.
    • ids

      public String[] ids
      Comma separated list of IDs of the deployment groups.
    • name

      public String name
      Name of the deployment group.
  • Constructor Details

    • ListQueryParameters

      public ListQueryParameters()