Application, ROOT\WebAdministration
Class
| Methods (11)
| Properties (8)
| Qualifiers (10)
| Instances (18)
| Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
DescriptionRepresents an IIS application.
Application methodsApplication has 11 methods (2 Local, 9 Derived)
Application propertiesApplication has 8 properties (8 Local)
Detailed description of Application methodsLocal methods (2) of Application class| ▲ Create method |
|---|
| Return | |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| ApplicationPath | string | 0 | ✓ | - | {'In':True} | | SiteName | string | 1 | ✓ | - | {'In':True} | | PhysicalPath | string | 2 | ✓ | - | {'In':True,'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Constructor | True |
|---|
| Description | 'Creates a Web application.' |
|---|
| Implemented | True |
|---|
| Static | True |
|---|
| Create method is in 6 classes of ROOT\WebAdministration and in 15 namespaces |
| ▲ RevertToParent method |
|---|
| Return | |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| PropertyName | string | 0 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Reverts an application's configuration value or values to those of its parent.' |
|---|
| implemented | True |
|---|
| RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace |
Derived methods (9) of Application class| ▲ AddCollectionElement method |
|---|
| Return | |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | CollectionElementName | string | 1 | ✓ | - | | | ElementParameters | object:NameValueConfigurationElement | 2 | ✓ | - | | | AddElementName | string | 3 | ✓ | - | {'OPTIONAL':True} | | RelativePath | string | 4 | ✓ | - | {'OPTIONAL':True} | | Location | string | 5 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Creates collection element with a given name.' |
|---|
| Implemented | True |
|---|
| AddCollectionElement method is in 5 classes of ROOT\WebAdministration and in 1 namespace |
| ▲ ClearAttribute method |
|---|
| Return | |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | AttributeName | string | 1 | ✓ | - | | | RelativePath | string | 2 | ✓ | - | {'OPTIONAL':True} | | Location | string | 3 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Clears attribute value from the configuration element.' |
|---|
| Implemented | True |
|---|
| ClearAttribute method is in 5 classes of ROOT\WebAdministration and in 1 namespace |
| ▲ GetAllSections method |
|---|
| Return | |
|---|
| Parameters | |
|---|
| bypass_getobject | True |
|---|
| Description | 'Retrieves all of the configuration sections under a configured object.' |
|---|
| Implemented | True |
|---|
| GetAllSections method is in 5 classes of ROOT\WebAdministration and in 1 namespace |
| ▲ GetAttribute method |
|---|
| Return | string {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | AttributeName | string | 1 | ✓ | - | | | RelativePath | string | 2 | ✓ | - | {'OPTIONAL':True} | | Location | string | 3 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Retrieves the string representation of configuration attribute.' |
|---|
| Implemented | True |
|---|
| GetAttribute method is in 5 classes of ROOT\WebAdministration and in 2 namespaces |
| ▲ GetRawMetadata method |
|---|
| Return | string {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | TargetName | string | 1 | ✓ | - | | | MetadataName | string | 2 | ✓ | - | | | RelativePath | string | 3 | ✓ | - | {'OPTIONAL':True} | | Location | string | 4 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Retrieves the string representation of configuration metadata.' |
|---|
| Implemented | True |
|---|
| GetRawMetadata method is in 5 classes of ROOT\WebAdministration and in 2 namespaces |
| ▲ GetSection method |
|---|
| Return | |
|---|
| Parameters | |
|---|
| bypass_getobject | True |
|---|
| Description | 'Retrieves the contents of a configuration section for a configured object.' |
|---|
| Implemented | True |
|---|
| GetSection method is in 5 classes of ROOT\WebAdministration and in 1 namespace |
| ▲ RemoveCollectionElement method |
|---|
| Return | |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | CollectionElementName | string | 1 | ✓ | - | | | ElementParameters | object:NameValueConfigurationElement | 2 | ✓ | - | | | RelativePath | string | 3 | ✓ | - | {'OPTIONAL':True} | | Location | string | 4 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Removes collection element with a given key values.' |
|---|
| Implemented | True |
|---|
| RemoveCollectionElement method is in 5 classes of ROOT\WebAdministration and in 1 namespace |
| ▲ SetAttribute method |
|---|
| Return | |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | AttributeName | string | 1 | ✓ | - | | | RelativePath | string | 2 | ✓ | - | {'OPTIONAL':True} | | Location | string | 3 | ✓ | - | {'OPTIONAL':True} | | Value | string | 4 | ✓ | - | |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Sets attribute value from the string representation of configuration attribute.' |
|---|
| Implemented | True |
|---|
| SetAttribute method is in 5 classes of ROOT\WebAdministration and in 1 namespace |
| ▲ SetRawMetadata method |
|---|
| Return | string {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| SectionPath | string | 0 | ✓ | - | | | TargetName | string | 1 | ✓ | - | | | MetadataName | string | 2 | ✓ | - | | | MetadataValue | string | 3 | ✓ | - | | | RelativePath | string | 4 | ✓ | - | {'OPTIONAL':True} | | Location | string | 5 | ✓ | - | {'OPTIONAL':True} |
|
|---|
| bypass_getobject | True |
|---|
| Description | 'Retrieves the string representation of configuration metadata.' |
|---|
| Implemented | True |
|---|
| SetRawMetadata method is in 5 classes of ROOT\WebAdministration and in 2 namespaces |
Detailed description of Application propertiesLocal properties (8) of Application class
| ▲ VirtualDirectoryDefaults property |
|---|
| CIMTYPE | 'object:VirtualDirectoryElementDefaults' |
|---|
| Description | 'A VirtualDirectoryElementDefaults object whose read/write properties specify default values for virtual directories under the application.' |
|---|
| read | True |
|---|
| write | False |
|---|
| VirtualDirectoryDefaults property is in 3 classes of ROOT\WebAdministration and in 2 namespaces |
Application Qualifiers| Name | Value | ToInstance | ToSubclass | Overridable | Amended | Local |
| Description | 'Represents an IIS application.' | ✗ | ✓ | ✓ | ✓ | ✓ |
| DisplayName | 'Application' | ✓ | ✓ | ✓ | ✓ | ✓ |
| dynamic | True | ✓ | ✗ | ✓ | ✗ | ✓ |
| factory_clsid | '{b8fb0b59-b5bf-42a2-8fdd-fb400e5f5883}' | ✓ | ✓ | ✓ | ✗ | ✓ |
| Locale | 1033 | ✓ | ✓ | ✓ | ✓ | ✓ |
| provider | 'WebAdministrationProvider' | ✓ | ✗ | ✓ | ✗ | ✓ |
| section_path | 'system.applicationHost/sites' | ✓ | ✓ | ✓ | ✗ | ✓ |
| SupportCreate | True | ✗ | ✗ | ✓ | ✗ | ✓ |
| SupportsDelete | True | ✗ | ✗ | ✓ | ✗ | ✓ |
| SupportsUpdate | True | ✗ | ✗ | ✓ | ✗ | ✓ |
Application System properties| Name | Value | Origin | CIMType | Local | Array |
| __PATH | '\\.\ROOT\WebAdministration:Application' | ___SYSTEM | 8 | ✗ | ✗ |
| __NAMESPACE | 'ROOT\WebAdministration' | ___SYSTEM | 8 | ✗ | ✗ |
| __SERVER | '.' | ___SYSTEM | 8 | ✗ | ✗ |
| __DERIVATION | ['ConfiguredObject', 'Object'] | ___SYSTEM | 8 | ✗ | ✓ |
| __PROPERTY_COUNT | 8 | ___SYSTEM | 3 | ✗ | ✗ |
| __RELPATH | 'Application' | ___SYSTEM | 8 | ✗ | ✗ |
| __DYNASTY | 'Object' | ___SYSTEM | 8 | ✗ | ✗ |
| __SUPERCLASS | 'ConfiguredObject' | ___SYSTEM | 8 | ✗ | ✗ |
| __CLASS | 'Application' | ___SYSTEM | 8 | ✗ | ✗ |
| __GENUS | 1 | ___SYSTEM | 3 | ✗ | ✗ |
Similar Classes to ApplicationNumber of classes:15
comments powered by
|