Class DeploymentGroupsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.distributedtask.deploymentgroups.DeploymentGroupsRequestBuilder.ListQueryParameters
- Enclosing class:
DeploymentGroupsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionGet the deployment group only if this action can be performed on it.Get deployment groups with names greater than this continuationToken lexicographically.Include these additional details in the returned object.String[]
Comma separated list of IDs of the deployment groups.Name of the deployment group.Maximum number of deployment groups to return. -
Constructor Summary
-
Method Summary
-
Field Details
-
expand
Include these additional details in the returned object. -
actionFilter
Get the deployment group only if this action can be performed on it. -
top
Maximum number of deployment groups to return. Default is 1000. -
continuationToken
Get deployment groups with names greater than this continuationToken lexicographically. -
ids
Comma separated list of IDs of the deployment groups. -
name
Name of the deployment group.
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-