RemoveStoreFrontDeliverySiteDataModel
Data contract for the workflowStep "Remove-StoreFrontDeliverySite"
Properties
Name | Description | Additional information |
---|---|---|
SiteName | The site name, which could be the tenant name or the shared site name. |
Type: String |
DeliverySite | The farm name to remove from the Web Interface site. |
Type: ReferenceDataModel |
Domain | The cluster domain. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{ "SiteName": "sample string 1", "DeliverySite": { "Id": "sample string 1", "Name": "sample string 2" }, "Domain": { "Id": "sample string 1", "Name": "sample string 2" } }