This method is supported by POA starting from version 5.0
This method creates SharePoint Site, which is runned in Shared Web Application.
The method has the following input parameters:
Name |
Type |
Short Description |
|
int |
ID of Domain on which SharePoint Site is installed. |
|
int |
ID of Subscription. |
|
int |
ID of SharePoint Site Administrator Service User. |
|
string |
E-mail address where notification from SharePoint Site(s) is sent. This e-mail address is common for all SharePoint Sites to which Service User is assigned or will be assigned. This parameter is optional. There are the following major use-cases:
|
|
int |
Locale ID of Site Template (refer to http://www.microsoft.com/globaldev/reference/lcid-all.mspx to obtain detailed information about Locale ID). The value of this parameter should be obtained from the pem.sharepoint.getAvailableSharePointSiteTemplates method. |
|
string |
SharePoint Site Template. This is an optional parameter. There are the following options:
|
|
bigint |
It defines the content size limit of a single SharePoint Site (in Kilobytes). The minimum and maximum values are 1 KB and 10 GB respectively. This parameter is optional. If the parameter is not specified, the 10 GB value is used. |
|
string |
It defines the Role, which is assigned to all Service Users having any SharePoint Sites attached. There are the following options:
This is an optional parameter. If it is not specified, the none Role is used. |
|
struct |
It contains a combination of Resource Types, which is used to point out the service targeted for provisioning SharePoint Site. It is an optional parameter. If it is not specified, a combination of Resource Types is automatically found by POA. If POA detects multiple combinations of Resource Types, which are required for SharePoint Site provisioning, an error is thrown. |
|
int |
ID of Resource Type, which is created on the basis of the SharePoint Sites Resource Class. For example, if a Subscription contains several such Resource Types, the ID of the required Resource Type should be specified. |
|
int |
ID of Resource Type, which is created on the basis of the Traffic Resource Class. It should be specified, for example, if a separate Resource Type is used to calculate traffic for SharePoint Sites. |
|
int |
ID of Resource Type, which is created on the basis of the Diskspace Resource Class. It should be specified, for example, if a separate Resource Type is used to calculate diskspace for SharePoint Sites. |
The method has no output parameters.
See also: pem.sharepoint.createSharePointSite