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