Edit

Share via


DeploymentGroupExpands Enum

Definition

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.

Applies to