Interface IManagedServiceCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<ManagedService,ResourceCollection<ManagedService>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
ManagedServiceCollectionOperations
public interface IManagedServiceCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<ManagedService,ResourceCollection<ManagedService>>
Holds the customer's managed services operations.
-
Method Summary
Modifier and Type Method Description ResourceCollection<ManagedService>get()Retrieves all managed services.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<ManagedService> get()Retrieves all managed services. This operation is currently only supported for user based credentials.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<ManagedService,ResourceCollection<ManagedService>>- Returns:
- The managed services.
-