IServiceCostSummary Interface

Definition

This interface defines the operations available on a customer's service cost summary.

public interface IServiceCostSummary : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.ServiceCosts.ServiceCostsSummary>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IServiceCostSummary = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<ServiceCostsSummary>
Public Interface IServiceCostSummary
Implements IEntityGetOperations(Of ServiceCostsSummary), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the customer's service cost summary.

GetAsync()

Asynchronously retrieves the service cost summary.

Applies to