Class VariableGroupsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.distributedtask.variablegroups.VariableGroupsRequestBuilder.GetQueryParameters
- Enclosing class:
VariableGroupsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionAction filter for the variable group.continuationToken value to get next set of results.Name of variable group.Gets the results in the defined order.Number of variable groups to get. -
Constructor Summary
-
Method Summary
-
Field Details
-
top
Number of variable groups to get. -
actionFilter
Action filter for the variable group. It specifies the action which can be performed on the variable groups. -
continuationToken
continuationToken value to get next set of results. -
groupName
Name of variable group. -
queryOrder
Gets the results in the defined order. Default is 'IdDescending'.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-