DeploymentGroupExpands Enum
Definition
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.
Properties to be included or expanded in deployment group objects. This is useful when getting a single or list of deployment grouops.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum DeploymentGroupExpands
type DeploymentGroupExpands =
Public Enum DeploymentGroupExpands
- Inheritance
-
DeploymentGroupExpands
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No additional properties. |
Machines | 2 | Deprecated: Include all the deployment targets. |
Tags | 4 | Include unique list of tags across all deployment targets. |