RemoveStoreFrontSiteDataModel

Data contract for the workflowStep "Remove-StoreFrontSite"

Properties

NameDescription Additional information
SiteName

The site name, which could be the tenant name or the shared site name.

Type: String

AccessGatewayUrls

The NetScaler Gateway Url to remove from the cluster

Type: String[]

Domain

The cluster domain.

Type: ReferenceDataModel

Sample

application/json

Sample:
{
  "SiteName": "sample string 1",
  "AccessGatewayUrls": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Domain": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  }
}