PyMigrationPlanOptionsCollection
class PyMigrationPlanOptionsCollection(migration_plan_options_collection)
Bases: object
Default IMigrationPlanOptionsCollection implementation.
- Parameters: migration_plan_options_collection (IMigrationPlanOptionsCollection)
__init__(migration_plan_options_collection)
Default init.
Args: : migration_plan_options_collection: An object that contains plan-specific options objects
Returns: None.
- Parameters: migration_plan_options_collection (IMigrationPlanOptionsCollection)
Methods
__init__ (migration_plan_options_collection) |
Default init. |
---|---|
get (type_to_get[, services]) |
Gets the options for the given type. |
get(type_to_get, services=None)
Gets the options for the given type.
or null if no options for the given type have been registered.
Args: : type_to_get: The option type services: A service provider
Returns: : The options for the given type, or null.
- Parameters:
- type_to_get (Type *[*T ])
- services (IServiceProvider)
- Return type: Type[T]