| description | Automatically generated file. DO NOT MODIFY |
|---|
<?php
use Microsoft\Graph\Beta\GraphServiceClient;
use Microsoft\Graph\Beta\Generated\Models\OnPremisesSyncBehavior;
$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);
$requestBody = new OnPremisesSyncBehavior();
$requestBody->setOdataType('#microsoft.graph.onPremisesSyncBehavior');
$requestBody->setIsCloudManaged(true);
$result = $graphServiceClient->groups()->byGroupId('group-id')->onPremisesSyncBehavior()->patch($requestBody)->wait();