IManagedServiceCollection Interface

Definition

Holds the customer's managed services operations.

public interface IManagedServiceCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.ManagedServices.ManagedService,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ManagedServices.ManagedService>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IManagedServiceCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<ManagedService, ResourceCollection<ManagedService>>
Public Interface IManagedServiceCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ManagedService, ResourceCollection(Of ManagedService)), 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 managed services. This operation is currently only supported for user based credentials.

GetAsync()

Asynchronously retrieves all managed services. This operation is currently only supported for user based credentials.

Applies to