|
10337 | 10337 | <Property Name="regionName" Type="Edm.String" /> |
10338 | 10338 | <Property Name="type" Type="graph.cloudPcDomainJoinType" /> |
10339 | 10339 | </ComplexType> |
| 10340 | + <ComplexType Name="cloudPcForensicStorageAccount"> |
| 10341 | + <Property Name="storageAccountId" Type="Edm.String" /> |
| 10342 | + <Property Name="storageAccountName" Type="Edm.String" /> |
| 10343 | + </ComplexType> |
10340 | 10344 | <ComplexType Name="cloudPcLaunchInfo"> |
10341 | 10345 | <Property Name="cloudPcId" Type="Edm.String" /> |
10342 | 10346 | <Property Name="cloudPcLaunchUrl" Type="Edm.String" /> |
|
10396 | 10400 | <Property Name="subscriptionDisplayName" Type="Edm.String" /> |
10397 | 10401 | <Property Name="subscriptionId" Type="Edm.String" /> |
10398 | 10402 | </ComplexType> |
| 10403 | + <ComplexType Name="cloudPcSubscription"> |
| 10404 | + <Property Name="subscriptionId" Type="Edm.String" /> |
| 10405 | + <Property Name="subscriptionName" Type="Edm.String" /> |
| 10406 | + </ComplexType> |
10399 | 10407 | <ComplexType Name="cloudPcWindowsSettings"> |
10400 | 10408 | <Property Name="language" Type="Edm.String" /> |
10401 | 10409 | </ComplexType> |
|
28098 | 28106 | <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
28099 | 28107 | <NavigationProperty Name="linkedResources" Type="Collection(graph.linkedResource)" ContainsTarget="true" /> |
28100 | 28108 | </EntityType> |
| 28109 | + <EntityType Name="storage" /> |
28101 | 28110 | <EntityType Name="document" BaseType="graph.entity"> |
28102 | 28111 | <NavigationProperty Name="comments" Type="Collection(graph.documentComment)" ContainsTarget="true" /> |
28103 | 28112 | </EntityType> |
|
29079 | 29088 | <Action Name="bulkReprovisionCloudPc" IsBound="true"> |
29080 | 29089 | <Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" /> |
29081 | 29090 | <Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" /> |
| 29091 | + <ReturnType Type="graph.cloudPcBulkRemoteActionResult" /> |
29082 | 29092 | </Action> |
29083 | 29093 | <Action Name="bulkRestoreCloudPc" IsBound="true"> |
29084 | 29094 | <Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" /> |
|
29348 | 29358 | <Parameter Name="bindingParameter" Type="Collection(graph.cloudPcDeviceImage)" /> |
29349 | 29359 | <ReturnType Type="Collection(graph.cloudPcSourceDeviceImage)" /> |
29350 | 29360 | </Function> |
| 29361 | + <Function Name="getStorageAccounts" IsBound="true"> |
| 29362 | + <Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" /> |
| 29363 | + <Parameter Name="subscriptionId" Type="Edm.String" Unicode="false" /> |
| 29364 | + <ReturnType Type="Collection(graph.cloudPcForensicStorageAccount)" /> |
| 29365 | + </Function> |
| 29366 | + <Function Name="getSubscriptions" IsBound="true"> |
| 29367 | + <Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" /> |
| 29368 | + <ReturnType Type="Collection(graph.cloudPcSubscription)" /> |
| 29369 | + </Function> |
29351 | 29370 | <Function Name="getFinalAttachment" IsBound="true"> |
29352 | 29371 | <Parameter Name="bindingParameter" Type="graph.subjectRightsRequest" /> |
29353 | 29372 | <ReturnType Type="Edm.Stream" /> |
|
35677 | 35696 | <Singleton Name="external" Type="microsoft.graph.externalConnectors.external" /> |
35678 | 35697 | <Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" /> |
35679 | 35698 | <Singleton Name="teamwork" Type="microsoft.graph.teamwork" /> |
| 35699 | + <Singleton Name="storage" Type="microsoft.graph.storage" /> |
35680 | 35700 | <Singleton Name="admin" Type="microsoft.graph.admin" /> |
35681 | 35701 | </EntityContainer> |
35682 | 35702 | <Annotations Target="microsoft.graph.bookingPriceType"> |
|
0 commit comments