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
)
Public Shared Function GetMarkupForUsage (
resource As AzureResourceData,
resellerMarkups As List(Of AzureMarkupData)
) As AzureMarkupData
public:
static AzureMarkupData^ GetMarkupForUsage(
AzureResourceData^ resource,
List<AzureMarkupData^>^ resellerMarkups
)
static member GetMarkupForUsage :
resource : AzureResourceData *
resellerMarkups : List<AzureMarkupData> -> AzureMarkupData
Parameters
- resource
- Type: AzureResourceData
Resource for which to find markup. - resellerMarkups
- Type: System.Collections.GenericListAzureMarkupData
List of markups
Return Value
Type:
AzureMarkupDataMarkup to be applied for invoicing resource usage.
See Also