JoinStoreFrontServerGroupDataModel
Data contract for the workflow step "Join-StoreFrontServerGroup".
Properties
| Name | Description | Additional information |
|---|---|---|
| Machine | FDQN of server in the cluster. |
Type: MachineDataModel |
| PrimaryServer | FDQN of primary server in the cluster. |
Type: String |
Sample
application/json
Sample:
{
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"PrimaryServer": "sample string 1"
}