ConfigurationPolicyOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. devicesdeployment. ConfigurationPolicyOperations
- com.
- com.
Implements
public class ConfigurationPolicyOperations extends BasePartnerComponent<Tuple<String,String>> implements IConfigurationPolicy
Implements operations that apply to configuration policy.
Constructor Summary
| Constructor | Description |
|---|---|
| ConfigurationPolicyOperations(IPartner rootPartnerOperations, String customerId, String policyId) |
Initializes a new instance of the Configuration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
delete()
Deletes the configuration policy. |
|
Configuration |
get()
Retrieves devices batch upload status of the customer. |
|
Configuration |
patch(ConfigurationPolicy policy)
Patches the configuration policy. |
Inherited Members
Constructor Details
ConfigurationPolicyOperations
public ConfigurationPolicyOperations(IPartner rootPartnerOperations, String customerId, String policyId)
Initializes a new instance of the ConfigurationPolicyOperations class.
Parameters:
Method Details
delete
public void delete()
Deletes the configuration policy.
get
public ConfigurationPolicy get()
Retrieves devices batch upload status of the customer.
Returns:
patch
public ConfigurationPolicy patch(ConfigurationPolicy policy)
Patches the configuration policy.
Parameters:
Returns: