Class VariableGroupsRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.distributedtask.variablegroups.VariableGroupsRequestBuilder.GetQueryParameters
Enclosing class:
VariableGroupsRequestBuilder

public static class VariableGroupsRequestBuilder.GetQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • top

      public Integer top
      Number of variable groups to get.
    • actionFilter

      public VariableGroupActionFilter actionFilter
      Action filter for the variable group. It specifies the action which can be performed on the variable groups.
    • continuationToken

      public Number continuationToken
      continuationToken value to get next set of results.
    • groupName

      public String groupName
      Name of variable group.
    • queryOrder

      public VariableGroupQueryOrder queryOrder
      Gets the results in the defined order. Default is 'IdDescending'.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()