Output from an AddInstanceGroups call.
| C# |
public class AddInstanceGroupsResult
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AddInstanceGroupsResult()()()() | Initializes a new instance of the AddInstanceGroupsResult class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| InstanceGroupIds |
Instance group IDs of the newly created instance groups.
| |
| JobFlowId |
The job flow ID in which the instance groups are added.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithInstanceGroupIds(array<String>[]()[][]) |
Adds elements to the InstanceGroupIds collection
| |
| WithInstanceGroupIds(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the InstanceGroupIds collection
| |
| WithJobFlowId(String) |
Sets the JobFlowId property
|
| Object | |
| AddInstanceGroupsResult | |