Freigeben über


SPGlobalAdmin.ExtendVirtualServerInWebFarm-Methode (Uri, String, Boolean, String, Boolean, String, String, Boolean, Boolean)

HINWEIS: Diese API ist veraltet.

Fügen Sie einen neuen Eintrag zum Erweitern einer Webanwendung auf eine neue Website in Internetinformationsdienste (Internet Information Services, IIS) an den IIS-Einstellungen über die IisSettings -Eigenschaft der SPWebApplication -Klasse. SharePoint Foundation verarbeitet automatisch die Duplizierung von IIS-Websites auf anderen Computern in der Serverfarm. (In Windows SharePoint Services 2.0, die ExtendVirtualServerInWebFarm -Methode einen virtuellen Server in einer Serverfarm 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("To extend a web application to a new iis web site, add a new entry to SPWebApplication.IisSettings.  Duplicating IIS Web Sites on other machines in the farm is now handled automattically.",  _
    False)> _
Public Function ExtendVirtualServerInWebFarm ( _
    uri As Uri, _
    virtualServerName As String, _
    bCreateNewAppPool As Boolean, _
    appPoolId As String, _
    bConfigurableAppPoolAccount As Boolean, _
    appPoolUserName As String, _
    appPoolPassword As String, _
    bAllowAnonymous As Boolean, _
    bEnsureNTLM As Boolean _
) As SPVirtualServer
'Usage
Dim instance As SPGlobalAdmin
Dim uri As Uri
Dim virtualServerName As String
Dim bCreateNewAppPool As Boolean
Dim appPoolId As String
Dim bConfigurableAppPoolAccount As Boolean
Dim appPoolUserName As String
Dim appPoolPassword As String
Dim bAllowAnonymous As Boolean
Dim bEnsureNTLM As Boolean
Dim returnValue As SPVirtualServer

returnValue = instance.ExtendVirtualServerInWebFarm(uri, _
    virtualServerName, bCreateNewAppPool, _
    appPoolId, bConfigurableAppPoolAccount, _
    appPoolUserName, appPoolPassword, _
    bAllowAnonymous, bEnsureNTLM)
[ObsoleteAttribute("To extend a web application to a new iis web site, add a new entry to SPWebApplication.IisSettings.  Duplicating IIS Web Sites on other machines in the farm is now handled automattically.", 
    false)]
public SPVirtualServer ExtendVirtualServerInWebFarm(
    Uri uri,
    string virtualServerName,
    bool bCreateNewAppPool,
    string appPoolId,
    bool bConfigurableAppPoolAccount,
    string appPoolUserName,
    string appPoolPassword,
    bool bAllowAnonymous,
    bool bEnsureNTLM
)

Parameter

  • uri
    Typ: System.Uri

    Ein 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.

  • virtualServerName
    Typ: System.String

    Eine Zeichenfolge, die den Namen eines virtuellen Servers, die eine Inhaltsdatenbank angibt für die erweiterte Server enthält.

  • bCreateNewAppPool
    Typ: System.Boolean

    true zum Erstellen eines Anwendungspools; andernfalls false.

  • appPoolId
    Typ: System.String

    Eine Zeichenfolge, die eine ID für den Anwendungspool angibt.

  • bConfigurableAppPoolAccount
    Typ: System.Boolean

    true , um anzugeben, dass das Anwendungspoolkonto konfiguriert werden kann; andernfalls false.

  • appPoolUserName
    Typ: System.String
    • Eine Zeichenfolge, die einen Benutzernamen für das Administratorkonto des Anwendungspools angibt. Wenn true, geben Sie einen der folgenden Werte:

    • NetworkService

    • LocalService

    • LocalSystem

  • appPoolPassword
    Typ: System.String

    Eine Zeichenfolge, die ein Kennwort für das Administratorkonto des Anwendungspools angibt. Der Parameter ist erforderlich, nur, wenn der Parameter auf true. festgelegt ist

  • bAllowAnonymous
    Typ: System.Boolean

    true , um anonymen Zugriff zuzulassen; andernfalls false.

  • bEnsureNTLM
    Typ: System.Boolean

    true 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.

Siehe auch

Referenz

SPGlobalAdmin Klasse

SPGlobalAdmin-Member

ExtendVirtualServerInWebFarm-Überladung

Microsoft.SharePoint.Administration-Namespace