Class ManagedServiceCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.managedservices.ManagedServiceCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<ManagedService,ResourceCollection<ManagedService>>,IPartnerComponent<String>,IPartnerComponentString,IManagedServiceCollection
public class ManagedServiceCollectionOperations extends BasePartnerComponentString implements IManagedServiceCollection
Implements a customer's managed services operations.
-
Constructor Summary
Constructors Constructor Description ManagedServiceCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the ManagedServiceCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<ManagedService>get()Gets managed services for a customer.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
ManagedServiceCollectionOperations
Initializes a new instance of the ManagedServiceCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.
-
-
Method Details
-
get
Gets managed services for a customer.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<ManagedService,ResourceCollection<ManagedService>>- Specified by:
getin interfaceIManagedServiceCollection- Returns:
- The customer's managed services.
-