SPGlobalAdmin.ExtendVirtualServer-Methode (Uri, Boolean, String, Boolean, String, String, Boolean, Boolean)
HINWEIS: Diese API ist veraltet.
Verwenden Sie die SPWebApplicationBuilder -Klasse, um stattdessen eine neue Webanwendung erstellen. (In Windows SharePoint Services 2.0 die ExtendVirtualServer -Methode eine Website (Internet Information Services, IIS) mit SharePoint Foundationerweitert und wird für die Abwärtskompatibilität beibehalten.)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("SPGlobalAdmin.ExtendVirtualServer is obsolete. To create a new Web application, use the SPWebApplicationBuilder class.", _
False)> _
Public Function ExtendVirtualServer ( _
uri As Uri, _
bCreateNewAppPool As Boolean, _
strAppPoolId As String, _
bConfigurableAppPoolAccount As Boolean, _
strAppPoolUserName As String, _
strAppPoolPassword As String, _
bAllowAnonymous As Boolean, _
bEnsureNTLM As Boolean _
) As SPVirtualServer
'Usage
Dim instance As SPGlobalAdmin
Dim uri As Uri
Dim bCreateNewAppPool As Boolean
Dim strAppPoolId As String
Dim bConfigurableAppPoolAccount As Boolean
Dim strAppPoolUserName As String
Dim strAppPoolPassword As String
Dim bAllowAnonymous As Boolean
Dim bEnsureNTLM As Boolean
Dim returnValue As SPVirtualServer
returnValue = instance.ExtendVirtualServer(uri, _
bCreateNewAppPool, strAppPoolId, _
bConfigurableAppPoolAccount, strAppPoolUserName, _
strAppPoolPassword, bAllowAnonymous, _
bEnsureNTLM)
[ObsoleteAttribute("SPGlobalAdmin.ExtendVirtualServer is obsolete. To create a new Web application, use the SPWebApplicationBuilder class.",
false)]
public SPVirtualServer ExtendVirtualServer(
Uri uri,
bool bCreateNewAppPool,
string strAppPoolId,
bool bConfigurableAppPoolAccount,
string strAppPoolUserName,
string strAppPoolPassword,
bool bAllowAnonymous,
bool bEnsureNTLM
)
Parameter
uri
Typ: System.UriEin absoluter URI für den virtuellen Server, der der Hostname, Portnummer und benutzerdefinierte URL Informationen enthält. Wenn der URI https://Server_Name:Port_Number/istSample_URL, wenn der virtuelle Server Sample_URL erweitert ist Teil der URL.
bCreateNewAppPool
Typ: System.Booleantrue zum Erstellen eines Anwendungspools; andernfalls false.
strAppPoolId
Typ: System.StringEine Zeichenfolge, die eine ID für den Anwendungspool angibt.
bConfigurableAppPoolAccount
Typ: System.Booleantrue , um anzugeben, dass das Anwendungspoolkonto konfiguriert werden kann; andernfalls false.
- strAppPoolUserName
Typ: System.StringEine Zeichenfolge, die einen Benutzernamen für das Administratorkonto des Anwendungspools angibt. Wenn true, geben Sie einen der folgenden Werte:
NetworkService
LocalService
LocalSystem
strAppPoolPassword
Typ: System.StringEine Zeichenfolge, die ein Kennwort für das Administratorkonto des Anwendungspools angibt. Der Parameter ist erforderlich, nur, wenn der Parameter auf truefestgelegt ist.
bAllowAnonymous
Typ: System.Booleantrue , um anonymen Zugriff zuzulassen; andernfalls false.
bEnsureNTLM
Typ: System.Booleantrue NTLM für die Authentifizierung zu verwenden; andernfalls, False. Der Standardwert ist false.
Rückgabewert
Typ: Microsoft.SharePoint.Administration.SPVirtualServer
Ein SPVirtualServer -Objekt, das den erweiterten virtuellen Server darstellt.