Uses of Class
org.azd.distributedtask.types.DeploymentGroups
Packages that use DeploymentGroups
-
Uses of DeploymentGroups in org.azd.distributedtask
Methods in org.azd.distributedtask that return DeploymentGroupsModifier and TypeMethodDescriptionDistributedTaskApi.getDeploymentGroups()Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(int top) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(int[] ids) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(String name) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(DeploymentGroupExpands expand) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name) Get a list of deployment groups by name or IDs. -
Uses of DeploymentGroups in org.azd.interfaces
Methods in org.azd.interfaces that return DeploymentGroupsModifier and TypeMethodDescriptionDistributedTaskDetails.getDeploymentGroups()DistributedTaskDetails.getDeploymentGroups(int top) DistributedTaskDetails.getDeploymentGroups(int[] ids) DistributedTaskDetails.getDeploymentGroups(String name) DistributedTaskDetails.getDeploymentGroups(DeploymentGroupExpands expand) DistributedTaskDetails.getDeploymentGroups(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name)