Click or drag to resize
ResourceAssignmentPolicyAgentBaseGetResource Method
Gets the resource.

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
public abstract ResourceDescription GetResource(
	string moduleName,
	string accountId,
	string resourceDescriptionManagerName,
	Service service,
	ResourceRequestDescription resourceRequest,
	ResourceHelperProviderBase resourceHelperProvider
)

Parameters

moduleName
Type: SystemString
Name of the module.
accountId
Type: SystemString
The account id of the service.
resourceDescriptionManagerName
Type: SystemString
Name of the resource description manager.
service
Type: Service
The service which needs to be provisioned.
resourceRequest
Type: Atomia.Provisioning.BaseResourceRequestDescription
Null or ResourceRequestDescription object that can help this agent to make decision.
resourceHelperProvider
Type: Atomia.Provisioning.Base.ResourceAssignmentPolicyResourceHelperProviderBase
The resource helper provider.

Return Value

Type: ResourceDescription
Resource description of resource that will be used for hosting service.
See Also