CreateHostedFlowMachineGroup Action

Creates a hosted machine group.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
groupName
Edm.String True False

The name of the group.

groupCredentials
Edm.String False False

The credentials of the group.

groupMaximumMachineCount
Edm.Int32 True True

The maximum machine count for the group.

groupImage
Edm.String True False

The group image.

groupDescription
Edm.String True False

The description of the group.

groupCapacityCount
Edm.Int32 True True

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

groupDomainSetting
Edm.String True False

The settings for domain joining of machines in this group.

groupMachineNetworkId
crmbaseentity True True

Flow machine network entity reference.

Return Type

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

See also