Uses of Enum Class
org.azd.enums.DeploymentGroupExpands
Packages that use DeploymentGroupExpands
-
Uses of DeploymentGroupExpands in org.azd.distributedtask
Methods in org.azd.distributedtask with parameters of type DeploymentGroupExpandsModifier and TypeMethodDescriptionDistributedTaskApi.getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) Get a deployment group by its ID.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 DeploymentGroupExpands in org.azd.enums
Methods in org.azd.enums that return DeploymentGroupExpandsModifier and TypeMethodDescriptionstatic DeploymentGroupExpandsReturns the enum constant of this class with the specified name.static DeploymentGroupExpands[]DeploymentGroupExpands.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeploymentGroupExpands in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type DeploymentGroupExpandsModifier and TypeMethodDescriptionDistributedTaskDetails.getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) DistributedTaskDetails.getDeploymentGroups(DeploymentGroupExpands expand) DistributedTaskDetails.getDeploymentGroups(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name)