Interface IEntityPatchOperations<T extends ResourceBase>
- All Known Subinterfaces:
IConfigurationPolicy,ICustomer,ICustomerUsageSpendingBudget,ICustomerUser,IDevice,IOrder,IServiceRequest,ISubscription
- All Known Implementing Classes:
ConfigurationPolicyOperations,CustomerOperations,CustomerServiceRequestOperations,CustomerUsageSpendingBudgetOperations,CustomerUserOperations,DeviceOperations,OrderOperations,PartnerServiceRequestOperations,SubscriptionOperations
public interface IEntityPatchOperations<T extends ResourceBase>
Groups operations for getting a single entity. The entity type.
-
Method Details
-
patch
Patches an entity.- Parameters:
entity- The entity information.- Returns:
- The updated entity.
-