IManagementPackStore Interface

Definition

Defines properties related to the management pack store.

public interface class IManagementPackStore : IDisposable, Microsoft::EnterpriseManagement::IContainer
public interface IManagementPackStore : IDisposable, Microsoft.EnterpriseManagement.IContainer
type IManagementPackStore = interface
    interface IContainer
    interface IInitializable
    interface IDisposable
Public Interface IManagementPackStore
Implements IContainer, IDisposable
Derived
Implements

Properties

DerivedTypes

Gets the derived types.

EntityTypes

Gets the entity types.

Extensions

Gets access to extensions.

Features

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the features associated with this container instance.

(Inherited from IContainer)
ImageReferences

Gets the image references.

LifetimeManagers

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the lifetime manager type registry.

(Inherited from IContainer)
ManagementPacks

Gets the management packs.

Monitoring

Gets access to monitoring operations.

Presentation

Gets access to the presentation operations.

Registry

Gets access to extension registrations.

Methods

AddService<T,V>(String, ActivationContext<V>)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds a new service to the container.

(Inherited from IContainer)
AddService<T,V>(String, V)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds a new service to the container by instantiating the type T. The default lifetime will be singleton.

(Inherited from IContainer)
Configure(Stream)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes the container from the stream.

(Inherited from IContainer)
GetManagementPack(String, String, Version)
Obsolete.

This method is now obsolete. Please use ManagementPacks instead.

GetService<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Searches for and returns the specified service.

(Inherited from IContainer)
GetServices<T>()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns all services of the specified type.

(Inherited from IContainer)
HasService<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether the specified container has the named service.

(Inherited from IContainer)
Initialize(IContainer)

Initializes the current instance.

(Inherited from IInitializable)
LookupService(Object)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the name the specified service is filed under.

(Inherited from IContainer)
RemoveService(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes the service with the specified name.

(Inherited from IContainer)
RemoveServices()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes all services from the container.

(Inherited from IContainer)

Applies to