CreateHostedFlowMachineGroup Action

Creates a hosted machine group.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
groupDomainSetting
Edm.String True False

The settings for domain joining of machines in this group.

groupCredentials
Edm.String False False

The credentials of the group.

groupMachineNetworkId
crmbaseentity True True

Flow machine network entity reference.

groupDescription
Edm.String True False

The description of the group.

groupMaximumMachineCount
Edm.Int32 True True

The maximum machine count for the group.

groupName
Edm.String True False

The name of the group.

groupCapacityCount
Edm.Int32 True True

The capacity count will prevent scale-out from being blocked until the capacity count is reached.

groupImage
Edm.String True False

The group image.

Return type

Type Nullable Description
CreateHostedFlowMachineGroupResponse False Contains the response of the CreateHostedFlowMachineGroup action.

See also