SiteManagementUnit Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates contextual information about the site being managed.
public ref class SiteManagementUnit sealed : Microsoft::Web::Management::Server::ApplicationManagementUnit
public sealed class SiteManagementUnit : Microsoft.Web.Management.Server.ApplicationManagementUnit
type SiteManagementUnit = class
inherit ApplicationManagementUnit
Public NotInheritable Class SiteManagementUnit
Inherits ApplicationManagementUnit
- Inheritance
Properties
Administration |
Gets the current management administration configuration. (Inherited from ManagementUnit) |
ApplicationPath |
Gets the application path for the application management unit. (Inherited from ApplicationManagementUnit) |
Configuration |
Gets configuration information for the current management unit. (Inherited from ManagementUnit) |
ConfigurationMap |
Gets the configuration map for the management unit. (Inherited from ManagementUnit) |
ConfigurationPath |
Gets the configuration path information for the current management unit. (Inherited from ManagementUnit) |
Context |
Gets management context information for the current management unit. (Inherited from ManagementUnit) |
FrameworkVersion |
Gets the .NET Framework version for the current management unit. (Inherited from ManagementUnit) |
IsUserServerAdministrator |
Gets a value indicating whether the calling user is a server administrator. (Inherited from ManagementUnit) |
Scope |
Gets a value that specifies that the management scope is Site. |
ServerManager |
Gets the server manager for the management unit. (Inherited from ManagementUnit) |
SiteName |
Gets the site name for the application management unit. (Inherited from ApplicationManagementUnit) |
Methods
CreateConfigurationMap(Boolean) |
When overridden in a derived class, creates a file map that contains global configuration information that is applicable to this management unit. (Inherited from ManagementUnit) |
GetApplication(String) |
Returns a new application management unit for the specified application path. |
GetAssociatedFrameworkVersion() |
Returns the .NET Framework version for the application management unit. (Inherited from ApplicationManagementUnit) |
GetModuleProviders(Type) |
Returns a collection of module providers of the specified type. (Inherited from ManagementUnit) |
GetModuleService(String) |
Retrieves the ModuleService object that corresponds to the specified module name. (Inherited from ManagementUnit) |
GetTypeInformation(String, Boolean, Type) |
Retrieves the assembly-qualified type names for all types in the application management scope that derive from the specified base type name, optionally including types that are not public, and using the specified generator to create type information. (Inherited from ApplicationManagementUnit) |
GetTypeInformation(String, Boolean) |
When the GetTypeInformation(String, Boolean, Type) method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name, optionally including types that are not public. (Inherited from ManagementUnit) |
GetTypeInformation(String) |
When the GetTypeInformation(String, Boolean, Type) method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name. (Inherited from ManagementUnit) |
Update() |
Commits changes on the ManagementUnit. (Inherited from ManagementUnit) |