Condividi tramite


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.

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.

groupManagedVersion
Edm.String True False
groupUsageType
Edm.String True False
groupMaximumMachineCount
Edm.Int32 True True

The maximum machine count for the group.

groupDomainSetting
Edm.String True False

The settings for domain joining of machines in this group.

groupImage
Edm.String True False

The group image.

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