Server, ROOT\WebAdministration\MS_409

Class | Methods (13) | Properties (4) | Qualifiers (4) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Exposes default configuration settings for applications, application pools, Web sites, and virtual directories on a Web server running IIS.

Server methods

Server has 13 methods (4 Local, 9 Derived)

NameOriginReturn
AddCollectionElementConfiguredObject
BeginUpdateBatchServer
ClearAttributeConfiguredObject
EndUpdateBatchServer
GetAllSectionsConfiguredObject
GetAttributeConfiguredObjectstring {'out':True}
GetMetadataServerstring {'out':True}
GetRawMetadataConfiguredObjectstring {'out':True}
GetSectionConfiguredObject
RemoveCollectionElementConfiguredObject
SetAttributeConfiguredObject
SetMetadataServer
SetRawMetadataConfiguredObjectstring {'out':True}

Server properties

Server has 4 properties (4 Local)

NameOriginCIMType
ApplicationDefaultsServer13 [object:ApplicationElementDefaults]
ApplicationPoolDefaultsServer13 [object:ApplicationPoolElementDefaults]
SiteDefaultsServer13 [object:SiteElementDefaults]
VirtualDirectoryDefaultsServer13 [object:VirtualDirectoryElementDefaults]

Detailed description of Server methods

Local methods (4) of Server class

▲ BeginUpdateBatch method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
Pathstring0✓-{'In':True}
Description'Starts batch of configuration changes for indicated path.'
BeginUpdateBatch method is in 1 class (Server) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ EndUpdateBatch method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
DoCommitChangesboolean0✓-{'In':True}
Description'Ends batch of configuration changes, commits changes by default.'
EndUpdateBatch method is in 1 class (Server) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ GetMetadata method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Namestring0✓-{'In':True}
Description'Retrieves metadata for the server.'
GetMetadata method is in 1 class (Server) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ SetMetadata method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
Namestring0✓-{'In':True}
Valuestring1✓-{'In':True}
Description'Sets metadata for the server.'
SetMetadata method is in 1 class (Server) of ROOT\WebAdministration\MS_409 and in 2 namespaces

Derived methods (9) of Server class

▲ AddCollectionElement method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
CollectionElementNamestring1✓-
ElementParametersobject:NameValueConfigurationElement2✓-
AddElementNamestring3✓-
RelativePathstring4✓-
Locationstring5✓-
Description'Creates collection element with a given name.'
AddCollectionElement method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ ClearAttribute method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
AttributeNamestring1✓-
RelativePathstring2✓-
Locationstring3✓-
Description'Clears attribute value from the configuration element.'
ClearAttribute method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ GetAllSections method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
Sectionsobject:ConfigurationSection0-✓
Description'Retrieves all of the configuration sections under a configured object.'
GetAllSections method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ GetAttribute method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
AttributeNamestring1✓-
RelativePathstring2✓-
Locationstring3✓-
Description'Retrieves the string representation of configuration attribute.'
GetAttribute method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ GetRawMetadata method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
TargetNamestring1✓-
MetadataNamestring2✓-
RelativePathstring3✓-
Locationstring4✓-
Description'Retrieves the string representation of configuration metadata.'
GetRawMetadata method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ GetSection method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionNamestring0✓-
Sectionobject:ConfigurationSection1-✓
Description'Retrieves the contents of a configuration section for a configured object.'
GetSection method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RemoveCollectionElement method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
CollectionElementNamestring1✓-
ElementParametersobject:NameValueConfigurationElement2✓-
RelativePathstring3✓-
Locationstring4✓-
Description'Removes collection element with a given key values.'
RemoveCollectionElement method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ SetAttribute method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
AttributeNamestring1✓-
RelativePathstring2✓-
Locationstring3✓-
Valuestring4✓-
Description'Sets attribute value from the string representation of configuration attribute.'
SetAttribute method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ SetRawMetadata method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0✓-
TargetNamestring1✓-
MetadataNamestring2✓-
MetadataValuestring3✓-
RelativePathstring4✓-
Locationstring5✓-
Description'Retrieves the string representation of configuration metadata.'
SetRawMetadata method is in 5 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces

Detailed description of Server properties

Local properties (4) of Server class

▲ ApplicationDefaults property
CIMTYPE'object:ApplicationElementDefaults'
Description'A read/write ApplicationElementDefaults value that specifies the default application pool and protocols for new applications.'
ApplicationDefaults property is in 2 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ ApplicationPoolDefaults property
CIMTYPE'object:ApplicationPoolElementDefaults'
Description'A read/write ApplicationPoolElementDefaults value that contains the default properties for the ApplicationPool class.'
ApplicationPoolDefaults property is in 1 class (Server) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ SiteDefaults property
CIMTYPE'object:SiteElementDefaults'
Description'A read/write SiteElementDefaults value that contains the default values for an IIS Web site.'
SiteDefaults property is in 1 class (Server) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ VirtualDirectoryDefaults property
CIMTYPE'object:VirtualDirectoryElementDefaults'
Description'A read/write VirtualDirectoryElementDefaults value that exposes default configuration settings for IIS virtual directories.'
VirtualDirectoryDefaults property is in 3 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces

Server Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue✗✗✓✗✓
Description'Exposes default configuration settings for applications, application pools, Web sites, and virtual directories on a Web server running IIS.'✗✓✓✗✓
DisplayName'Server'✓✓✓✗✓
LOCALE1033✓✓✓✗✓

Server System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\WebAdministration\MS_409:Server'___SYSTEM8✗✗
__NAMESPACE'ROOT\WebAdministration\MS_409'___SYSTEM8✗✗
__SERVER'.'___SYSTEM8✗✗
__DERIVATION['ConfiguredObject', 'Object']___SYSTEM8✗✓
__PROPERTY_COUNT4___SYSTEM3✗✗
__RELPATH'Server'___SYSTEM8✗✗
__DYNASTY'Object'___SYSTEM8✗✗
__SUPERCLASS'ConfiguredObject'___SYSTEM8✗✗
__CLASS'Server'___SYSTEM8✗✗
__GENUS1___SYSTEM3✗✗

Similar Classes to Server

Number of classes:8
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
FtpServerRuntimeSection045----
FtpServerSettings0130----
ServerContainsApplicationPool020----
ServerContainsSite020----
ServerContainsSSLBinding020----
ServerRuntimeSection0125----
ServerSideIncludeSection045----
SoapServerProtocolFactory010----
comments powered by Disqus
WUtils.com