IServiceIncidentCollection Interface

Definition

Defines the operations available on service incidents.

public interface IServiceIncidentCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.ServiceIncidents.ServiceIncidents,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ServiceIncidents.ServiceIncidents>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IServiceIncidentCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<ServiceIncidents, ResourceCollection<ServiceIncidents>>
Public Interface IServiceIncidentCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ServiceIncidents, ResourceCollection(Of ServiceIncidents)), IPartnerComponent, IPartnerComponent(Of 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 all service incidents.

GetAsync()

Asynchronously retrieves all service incidents.

Query(IQuery)

Queries service incidents.

QueryAsync(IQuery)

Asynchronously queries service incidents.

Applies to