Click or drag to resize
IServiceContextResolver Interface
Service Context Resolover interface. Gives information about Provisioning service context.

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
public interface IServiceContextResolver

The IServiceContextResolver type exposes the following members.

Methods
  NameDescription
Public methodGetAccount
Gets the account for whom the service is being provisioned.
Public methodGetChildren
Gets the children of given Provisioning service instance.
Public methodGetPackageName
Gets the name of the package to which provisioning service belongs to.
Public methodGetParent
Gets the parent Provisioning service.
Public methodGetParentAccountApiAccount
Gets the parent account API account.
Public methodGetProvisioningDescriptionVersionName
Gets the name of the Provisioning description file version.
Public methodGetProvisioningModuleName
Gets the name of the provisioning module.
Public methodGetResellerForAccount
Gets reseller for given account name.
Public methodGetRootServices
Gets the root services.
Public methodGetServicesByName
Gets the name of the services by.
Top
See Also