ManagedServiceCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. managedservices. ManagedServiceCollectionOperations
- com.
- com.
- com.
Implements
public class ManagedServiceCollectionOperations extends BasePartnerComponentString implements IManagedServiceCollection
Implements a customer's managed services operations.
Constructor Summary
Constructor | Description |
---|---|
ManagedServiceCollectionOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Resource |
get()
Gets managed services for a customer. |
Inherited Members
BasePartnerComponent<TContext>.getContext()
BasePartnerComponent<TContext>.getPartner()
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructor Details
ManagedServiceCollectionOperations
public ManagedServiceCollectionOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the ManagedServiceCollectionOperations class.
Parameters:
rootPartnerOperations
- The root partner operations instance.
customerId
- The customer identifier.
Method Details
get
public ResourceCollection
Gets managed services for a customer.
Returns:
The customer's managed services.