|
60650 | 60650 | <Property Name="isSyncAllowed" Type="Edm.Boolean" Nullable="false" /> |
60651 | 60651 | </ComplexType> |
60652 | 60652 | <ComplexType Name="crossTenantMigrationCancelResponse"> |
60653 | | - <Property Name="message" Type="Edm.String" /> |
60654 | | - <Property Name="status" Type="Edm.String" /> |
| 60653 | + <Property Name="message" Type="Edm.String"> |
| 60654 | + <Annotation Term="Org.OData.Core.V1.Description" String="The customer facing description of the cancellation request" /> |
| 60655 | + </Property> |
| 60656 | + <Property Name="status" Type="Edm.String"> |
| 60657 | + <Annotation Term="Org.OData.Core.V1.Description" String="The cancellation request status" /> |
| 60658 | + </Property> |
60655 | 60659 | </ComplexType> |
60656 | 60660 | <ComplexType Name="crossTenantUserSyncInbound"> |
60657 | 60661 | <Property Name="isSyncAllowed" Type="Edm.Boolean"> |
@@ -139195,6 +139199,142 @@ |
139195 | 139199 | </Record> |
139196 | 139200 | </Annotation> |
139197 | 139201 | </Annotations> |
| 139202 | + <Annotations Target="microsoft.graph.GraphService/solutions/migrations/crossTenantMigrationJobs"> |
| 139203 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 139204 | + <Record> |
| 139205 | + <PropertyValue Property="Description" String="List crossTenantMigrationJob objects" /> |
| 139206 | + <PropertyValue Property="LongDescription" String="Get a list of the crossTenantMigrationJob objects and their properties. By default 20 objects are returned. More can be retrieved through the @odata.nextLink url provided in the response." /> |
| 139207 | + <PropertyValue Property="ReadByKeyRestrictions"> |
| 139208 | + <Record> |
| 139209 | + <PropertyValue Property="Description" String="Get crossTenantMigrationJob" /> |
| 139210 | + <PropertyValue Property="LongDescription" String="Read the properties and relationships of crossTenantMigrationJob object. Includes details of the crossTenantMigrationJob , but not details of the individual crossTenantMigrationTasks of the crossTenantMigrationJob." /> |
| 139211 | + </Record> |
| 139212 | + </PropertyValue> |
| 139213 | + </Record> |
| 139214 | + </Annotation> |
| 139215 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 139216 | + <Collection> |
| 139217 | + <Record> |
| 139218 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" /> |
| 139219 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/migrationsroot-list-crosstenantmigrationjobs?view=graph-rest-beta" /> |
| 139220 | + </Record> |
| 139221 | + <Record> |
| 139222 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 139223 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/migrationsroot-post-crosstenantmigrationjobs?view=graph-rest-beta" /> |
| 139224 | + </Record> |
| 139225 | + <Record> |
| 139226 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" /> |
| 139227 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationjob-get?view=graph-rest-beta" /> |
| 139228 | + </Record> |
| 139229 | + <Record> |
| 139230 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" /> |
| 139231 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationjob-update?view=graph-rest-beta" /> |
| 139232 | + </Record> |
| 139233 | + </Collection> |
| 139234 | + </Annotation> |
| 139235 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 139236 | + <Record> |
| 139237 | + <PropertyValue Property="Description" String="Create crossTenantMigrationJob" /> |
| 139238 | + <PropertyValue Property="LongDescription" String="Create a new crossTenantMigrationJob." /> |
| 139239 | + </Record> |
| 139240 | + </Annotation> |
| 139241 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 139242 | + <Record> |
| 139243 | + <PropertyValue Property="Description" String="Update crossTenantMigrationJob" /> |
| 139244 | + <PropertyValue Property="LongDescription" String="Update the completeAfterDateTime of a crossTenantMigrationJob object. Only updates to the completeAfterDateTime are supported. Use this function to change when the crossTenantMigrationJob starts processing. If completeAfterDateTime is set to the past, the crossTenantMigrationJob starts processing." /> |
| 139245 | + </Record> |
| 139246 | + </Annotation> |
| 139247 | + </Annotations> |
| 139248 | + <Annotations Target="microsoft.graph.GraphService/solutions/migrations/crosstenantmigrationjobs"> |
| 139249 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 139250 | + <Record> |
| 139251 | + <PropertyValue Property="Description" String="Delete crossTenantMigrationJob" /> |
| 139252 | + <PropertyValue Property="LongDescription" String="Delete a crossTenantMigrationJob object. Delete requests are long running and finish within 48 hours. A crossTenantMigrationJob that is currently in progress can't be deleted. The crossTenantMigrationJob must reach a final state before deletion can be performed. If a crossTenantMigrationJob isn't in a final state, a 409 Conflict response is returned." /> |
| 139253 | + </Record> |
| 139254 | + </Annotation> |
| 139255 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 139256 | + <Collection> |
| 139257 | + <Record> |
| 139258 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" /> |
| 139259 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/migrationsroot-delete-crosstenantmigrationjobs?view=graph-rest-beta" /> |
| 139260 | + </Record> |
| 139261 | + </Collection> |
| 139262 | + </Annotation> |
| 139263 | + </Annotations> |
| 139264 | + <Annotations Target="microsoft.graph.GraphService/solutions/migrations/crossTenantMigrationJobs/cancel"> |
| 139265 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 139266 | + <Record> |
| 139267 | + <PropertyValue Property="Description" String="crossTenantMigrationJob: cancel" /> |
| 139268 | + <PropertyValue Property="LongDescription" String="Cancel a crossTenantMigrationJob. All tasks within the job that were in a Sync state are canceled. If the job can't be canceled, a 409 Conflict response is returned and the migrations continue. This response happens when a migration is already in progress or is in a terminal state." /> |
| 139269 | + </Record> |
| 139270 | + </Annotation> |
| 139271 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 139272 | + <Collection> |
| 139273 | + <Record> |
| 139274 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 139275 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationjob-cancel?view=graph-rest-beta" /> |
| 139276 | + </Record> |
| 139277 | + </Collection> |
| 139278 | + </Annotation> |
| 139279 | + </Annotations> |
| 139280 | + <Annotations Target="microsoft.graph.GraphService/solutions/migrations/crossTenantMigrationJobs/users"> |
| 139281 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 139282 | + <Record> |
| 139283 | + <PropertyValue Property="Description" String="List crossTenantMigrationTask objects" /> |
| 139284 | + <PropertyValue Property="LongDescription" String="Get a list of the crossTenantMigrationTasks for users in a crossTenantMigrationJob. " /> |
| 139285 | + <PropertyValue Property="ReadByKeyRestrictions"> |
| 139286 | + <Record> |
| 139287 | + <PropertyValue Property="Description" String="Get crossTenantMigrationTask" /> |
| 139288 | + <PropertyValue Property="LongDescription" String="Read the properties and relationships of crossTenantMigrationTask, which shows the details of the migration task for a single user of a crossTenantMigrationJob. The crossTenantMigrationTask contains the status details of migrations for the workloads specified in the crossTenantMigrationJob. " /> |
| 139289 | + </Record> |
| 139290 | + </PropertyValue> |
| 139291 | + </Record> |
| 139292 | + </Annotation> |
| 139293 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 139294 | + <Collection> |
| 139295 | + <Record> |
| 139296 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" /> |
| 139297 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationjob-list-users?view=graph-rest-beta" /> |
| 139298 | + </Record> |
| 139299 | + <Record> |
| 139300 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" /> |
| 139301 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationtask-get?view=graph-rest-beta" /> |
| 139302 | + </Record> |
| 139303 | + </Collection> |
| 139304 | + </Annotation> |
| 139305 | + </Annotations> |
| 139306 | + <Annotations Target="microsoft.graph.GraphService/solutions/migrations/crossTenantMigrationJobs/users/cancel"> |
| 139307 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 139308 | + <Record> |
| 139309 | + <PropertyValue Property="Description" String="crossTenantMigrationTask: cancel" /> |
| 139310 | + <PropertyValue Property="LongDescription" String="Cancel a specific crossTenantMigrationTask for a User within a CrossTenantMigrationJob. If the User migration can't be canceled or is in a terminal state, a 409 CONFLICT response code is returned, and the migration continues." /> |
| 139311 | + </Record> |
| 139312 | + </Annotation> |
| 139313 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 139314 | + <Collection> |
| 139315 | + <Record> |
| 139316 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 139317 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationtask-cancel?view=graph-rest-beta" /> |
| 139318 | + </Record> |
| 139319 | + </Collection> |
| 139320 | + </Annotation> |
| 139321 | + </Annotations> |
| 139322 | + <Annotations Target="microsoft.graph.GraphService/solutions/migrations/crossTenantMigrationJobs/validate"> |
| 139323 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 139324 | + <Record> |
| 139325 | + <PropertyValue Property="Description" String="crossTenantMigrationJob: validate" /> |
| 139326 | + <PropertyValue Property="LongDescription" String="Validate the configuration of a crossTenantMigrationJob. This function doesn't migrate any content, but goes through validation for the specified workloads to find any errors or misconfigurations that would affect an actual migration job. " /> |
| 139327 | + </Record> |
| 139328 | + </Annotation> |
| 139329 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 139330 | + <Collection> |
| 139331 | + <Record> |
| 139332 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 139333 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta" /> |
| 139334 | + </Record> |
| 139335 | + </Collection> |
| 139336 | + </Annotation> |
| 139337 | + </Annotations> |
139198 | 139338 | <Annotations Target="microsoft.graph.GraphService/solutions/solutions/backupRestore/exchangeProtectionPolicies/mailboxProtectionUnits"> |
139199 | 139339 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
139200 | 139340 | <Record> |
|
0 commit comments