InstallStoreFrontServerDataModel

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

Properties

NameDescription Additional information
Machine

FDQN of primary server in the cluster.

Type: MachineDataModel

StorefrontServerGroup

Storefront ServerGroup Reference Model.

Type: ReferenceDataModel

DepotPath

A file share where all files (installers, certificates...) are located. It is in the format of \machineName\FolderName.

Type: String

CertificateFriendlyName

Optional. Friendly name for the SSL certificate.

Type: String

WildCardCertificateFile

Optional. A file share pointing to the wildcard certificate.

Type: String

Sample

application/json

Sample:
{
  "Machine": {
    "MachineName": "sample string 1",
    "Domain": {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  },
  "StorefrontServerGroup": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "DepotPath": "sample string 1",
  "CertificateFriendlyName": "sample string 2",
  "WildCardCertificateFile": "sample string 3"
}