CreateHostedFlowMachineGroup Action

Creates a hosted machine group.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
groupCapacityCount
Edm.Int32 True True

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

groupUsageType
Edm.String True False

The group usage type used by create hosted flow machine group.

groupImage
Edm.String True False

The group image.

groupCredentials
Edm.String False False

The credentials of the group.

groupDescription
Edm.String True False

The description of the group.

groupName
Edm.String True False

The name of the group.

groupMaximumMachineCount
Edm.Int32 True True

The maximum machine count for the group.

groupManagedVersion
Edm.String True False

The group managed version used by create hosted flow machine group.

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