Server Class1

公开某个运行 IIS 的 Web 服务器上的应用程序、应用程序池、网站和虚拟目录的默认配置设置。

语法

class Server : Object  

方法

下表列出了 Server 类公开的方法。

名称 描述
BeginUpdateBatch 开始对指定路径进行一批配置更改。
EndUpdateBatch 结束一批配置更改。

属性

下表列出了 Server 类公开的属性。

名称 描述
ApplicationDefaults 一个读/写 ApplicationElementDefaults 值,该值指定新应用程序的默认应用程序池和协议。
ApplicationPoolDefaults 一个读/写 ApplicationPoolElementDefaults 值,其中包含 ApplicationPool 类的默认属性。
SiteDefaults 一个读/写 SiteElementDefaults 值,其中包含 IIS 网站的默认值。
VirtualDirectoryDefaults 一个读/写 VirtualDirectoryElementDefaults 值,该值公开 IIS 虚拟目录的默认配置设置。

子类

此类不包含子类。

注解

Server 对象是 singleton 对象(即每台计算机只有一个实例),因此没有任何键属性。

继承层次结构

Object

Server

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

ApplicationElementDefaults 类
ApplicationPool 类
ApplicationPoolElementDefaults 类
ConfiguredObject 类
SiteElementDefaults 类
VirtualDirectoryElementDefaults 类