NewStoreFrontServerGroupDataModel

Data contract for the workflow step "New-StoreFrontServerGroup".

Properties

NameDescription Additional information
Machine

FDQN of primary server in the cluster.

Type: MachineDataModel

LoadBalancerUrl

Load balancer Url in the format of http:///xyz.abc.com/.

Type: String

Sample

application/json

Sample:
{
  "Machine": {
    "MachineName": "sample string 1",
    "Domain": {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  },
  "LoadBalancerUrl": "sample string 1"
}