DeploymentGroupActionFilter Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is useful in getting a list of deployment groups, filtered for which caller has permissions to take a particular action.
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum DeploymentGroupActionFilter
type DeploymentGroupActionFilter =
Public Enum DeploymentGroupActionFilter
- Inheritance
-
DeploymentGroupActionFilter
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | All deployment groups. |
Manage | 2 | Only deployment groups for which caller has manage permission. |
Use | 16 | Only deployment groups for which caller has use permission. |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |