Click or drag to resize

AzureHelperGetMarkupForUsage Method

Selects the appropriate markup for the given usage resource.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static AzureMarkupData GetMarkupForUsage(
	AzureResourceData resource,
	List<AzureMarkupData> resellerMarkups
)

Parameters

resource
Type: AzureResourceData
Resource for which to find markup.
resellerMarkups
Type: System.Collections.GenericListAzureMarkupData
List of markups

Return Value

Type: AzureMarkupData
Markup to be applied for invoicing resource usage.
See Also