@azure/arm-hybridcompute 4.1.0-alpha.20250205.1 → 4.1.0-alpha.20250207.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/hybridComputeManagementClient.d.ts +50 -0
- package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/browser/hybridComputeManagementClient.js +199 -0
- package/dist/browser/hybridComputeManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +452 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/extensionMetadata.d.ts +41 -0
- package/dist/browser/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/browser/operations/extensionMetadata.js +142 -0
- package/dist/browser/operations/extensionMetadata.js.map +1 -0
- package/dist/browser/operations/gateways.d.ts +99 -0
- package/dist/browser/operations/gateways.d.ts.map +1 -0
- package/dist/browser/operations/gateways.js +487 -0
- package/dist/browser/operations/gateways.js.map +1 -0
- package/dist/browser/operations/index.d.ts +15 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +22 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/licenseProfiles.d.ts +92 -0
- package/dist/browser/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/browser/operations/licenseProfiles.js +437 -0
- package/dist/browser/operations/licenseProfiles.js.map +1 -0
- package/dist/browser/operations/licenses.d.ts +119 -0
- package/dist/browser/operations/licenses.d.ts.map +1 -0
- package/dist/browser/operations/licenses.js +607 -0
- package/dist/browser/operations/licenses.js.map +1 -0
- package/dist/browser/operations/machineExtensions.d.ts +99 -0
- package/dist/browser/operations/machineExtensions.d.ts.map +1 -0
- package/dist/browser/operations/machineExtensions.js +448 -0
- package/dist/browser/operations/machineExtensions.js.map +1 -0
- package/dist/browser/operations/machineRunCommands.d.ts +81 -0
- package/dist/browser/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/browser/operations/machineRunCommands.js +364 -0
- package/dist/browser/operations/machineRunCommands.js.map +1 -0
- package/dist/browser/operations/machines.d.ts +102 -0
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/dist/browser/operations/machines.js +489 -0
- package/dist/browser/operations/machines.js.map +1 -0
- package/dist/browser/operations/networkProfileOperations.d.ts +20 -0
- package/dist/browser/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/browser/operations/networkProfileOperations.js +53 -0
- package/dist/browser/operations/networkProfileOperations.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +96 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +359 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +46 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +182 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopes.d.ts +108 -0
- package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopes.js +493 -0
- package/dist/browser/operations/privateLinkScopes.js.map +1 -0
- package/dist/browser/operations/settingsOperations.d.ts +45 -0
- package/dist/browser/operations/settingsOperations.d.ts.map +1 -0
- package/dist/browser/operations/settingsOperations.js +163 -0
- package/dist/browser/operations/settingsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +15 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +22 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/browser/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/licenses.js.map +1 -0
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/browser/operationsInterfaces/machines.d.ts +64 -0
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts +50 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.js +204 -0
- package/dist/commonjs/hybridComputeManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3296 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +443 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +132 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4476 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +50 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +455 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/extensionMetadata.d.ts +41 -0
- package/dist/commonjs/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionMetadata.js +146 -0
- package/dist/commonjs/operations/extensionMetadata.js.map +1 -0
- package/dist/commonjs/operations/gateways.d.ts +99 -0
- package/dist/commonjs/operations/gateways.d.ts.map +1 -0
- package/dist/commonjs/operations/gateways.js +491 -0
- package/dist/commonjs/operations/gateways.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +15 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +25 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/licenseProfiles.d.ts +92 -0
- package/dist/commonjs/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/licenseProfiles.js +441 -0
- package/dist/commonjs/operations/licenseProfiles.js.map +1 -0
- package/dist/commonjs/operations/licenses.d.ts +119 -0
- package/dist/commonjs/operations/licenses.d.ts.map +1 -0
- package/dist/commonjs/operations/licenses.js +611 -0
- package/dist/commonjs/operations/licenses.js.map +1 -0
- package/dist/commonjs/operations/machineExtensions.d.ts +99 -0
- package/dist/commonjs/operations/machineExtensions.d.ts.map +1 -0
- package/dist/commonjs/operations/machineExtensions.js +452 -0
- package/dist/commonjs/operations/machineExtensions.js.map +1 -0
- package/dist/commonjs/operations/machineRunCommands.d.ts +81 -0
- package/dist/commonjs/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/commonjs/operations/machineRunCommands.js +368 -0
- package/dist/commonjs/operations/machineRunCommands.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +102 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +493 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/networkProfileOperations.d.ts +20 -0
- package/dist/commonjs/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkProfileOperations.js +58 -0
- package/dist/commonjs/operations/networkProfileOperations.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +275 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +100 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +363 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +186 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts +108 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.js +497 -0
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operations/settingsOperations.d.ts +45 -0
- package/dist/commonjs/operations/settingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/settingsOperations.js +168 -0
- package/dist/commonjs/operations/settingsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
- package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +25 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenses.js +10 -0
- package/dist/commonjs/operationsInterfaces/licenses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/hybridComputeManagementClient.d.ts +50 -0
- package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/hybridComputeManagementClient.js +199 -0
- package/dist/esm/hybridComputeManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3296 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +440 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +132 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4471 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +50 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +452 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/extensionMetadata.d.ts +41 -0
- package/dist/esm/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/esm/operations/extensionMetadata.js +142 -0
- package/dist/esm/operations/extensionMetadata.js.map +1 -0
- package/dist/esm/operations/gateways.d.ts +99 -0
- package/dist/esm/operations/gateways.d.ts.map +1 -0
- package/dist/esm/operations/gateways.js +487 -0
- package/dist/esm/operations/gateways.js.map +1 -0
- package/dist/esm/operations/index.d.ts +15 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +22 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/licenseProfiles.d.ts +92 -0
- package/dist/esm/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/esm/operations/licenseProfiles.js +437 -0
- package/dist/esm/operations/licenseProfiles.js.map +1 -0
- package/dist/esm/operations/licenses.d.ts +119 -0
- package/dist/esm/operations/licenses.d.ts.map +1 -0
- package/dist/esm/operations/licenses.js +607 -0
- package/dist/esm/operations/licenses.js.map +1 -0
- package/dist/esm/operations/machineExtensions.d.ts +99 -0
- package/dist/esm/operations/machineExtensions.d.ts.map +1 -0
- package/dist/esm/operations/machineExtensions.js +448 -0
- package/dist/esm/operations/machineExtensions.js.map +1 -0
- package/dist/esm/operations/machineRunCommands.d.ts +81 -0
- package/dist/esm/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/esm/operations/machineRunCommands.js +364 -0
- package/dist/esm/operations/machineRunCommands.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +102 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +489 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/networkProfileOperations.d.ts +20 -0
- package/dist/esm/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/esm/operations/networkProfileOperations.js +53 -0
- package/dist/esm/operations/networkProfileOperations.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +96 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +359 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +46 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +182 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopes.d.ts +108 -0
- package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopes.js +493 -0
- package/dist/esm/operations/privateLinkScopes.js.map +1 -0
- package/dist/esm/operations/settingsOperations.d.ts +45 -0
- package/dist/esm/operations/settingsOperations.d.ts.map +1 -0
- package/dist/esm/operations/settingsOperations.js +163 -0
- package/dist/esm/operations/settingsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.js +9 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.js +9 -0
- package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +15 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +22 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/esm/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/licenses.js +9 -0
- package/dist/esm/operationsInterfaces/licenses.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineExtensions.js +9 -0
- package/dist/esm/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +64 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.js +9 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/settingsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts +50 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.js +199 -0
- package/dist/react-native/hybridComputeManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3296 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +440 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +132 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4471 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +50 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +452 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/extensionMetadata.d.ts +41 -0
- package/dist/react-native/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/react-native/operations/extensionMetadata.js +142 -0
- package/dist/react-native/operations/extensionMetadata.js.map +1 -0
- package/dist/react-native/operations/gateways.d.ts +99 -0
- package/dist/react-native/operations/gateways.d.ts.map +1 -0
- package/dist/react-native/operations/gateways.js +487 -0
- package/dist/react-native/operations/gateways.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +15 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +22 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/licenseProfiles.d.ts +92 -0
- package/dist/react-native/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/licenseProfiles.js +437 -0
- package/dist/react-native/operations/licenseProfiles.js.map +1 -0
- package/dist/react-native/operations/licenses.d.ts +119 -0
- package/dist/react-native/operations/licenses.d.ts.map +1 -0
- package/dist/react-native/operations/licenses.js +607 -0
- package/dist/react-native/operations/licenses.js.map +1 -0
- package/dist/react-native/operations/machineExtensions.d.ts +99 -0
- package/dist/react-native/operations/machineExtensions.d.ts.map +1 -0
- package/dist/react-native/operations/machineExtensions.js +448 -0
- package/dist/react-native/operations/machineExtensions.js.map +1 -0
- package/dist/react-native/operations/machineRunCommands.d.ts +81 -0
- package/dist/react-native/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/react-native/operations/machineRunCommands.js +364 -0
- package/dist/react-native/operations/machineRunCommands.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +102 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +489 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/networkProfileOperations.d.ts +20 -0
- package/dist/react-native/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operations/networkProfileOperations.js +53 -0
- package/dist/react-native/operations/networkProfileOperations.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +96 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +359 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +182 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts +108 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.js +493 -0
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operations/settingsOperations.d.ts +45 -0
- package/dist/react-native/operations/settingsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/settingsOperations.js +163 -0
- package/dist/react-native/operations/settingsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.js +9 -0
- package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +22 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/react-native/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/licenses.js +9 -0
- package/dist/react-native/operationsInterfaces/licenses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.js +9 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +82 -54
- package/dist/index.js +0 -10360
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataGetSample.js +0 -38
- package/dist-esm/samples-dev/extensionMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.js +0 -53
- package/dist-esm/samples-dev/extensionMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -36
- package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysGetSample.js +0 -36
- package/dist-esm/samples-dev/gatewaysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysUpdateSample.js +0 -30
- package/dist-esm/samples-dev/gatewaysUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.js +0 -36
- package/dist-esm/samples-dev/licenseProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.js +0 -52
- package/dist-esm/samples-dev/licenseProfilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js +0 -36
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/licensesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesGetSample.js +0 -36
- package/dist-esm/samples-dev/licensesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/licensesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js +0 -38
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.js +0 -37
- package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.js +0 -52
- package/dist-esm/samples-dev/machineExtensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js +0 -37
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsListSample.js +0 -52
- package/dist-esm/samples-dev/machineRunCommandsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js +0 -36
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/machinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.js +0 -49
- package/dist-esm/samples-dev/machinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js +0 -37
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkProfileGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkProfileGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkProfileGetSample.js +0 -36
- package/dist-esm/samples-dev/networkProfileGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js +0 -52
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -50
- package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -32
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsGetSample.js +0 -39
- package/dist-esm/samples-dev/settingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsPatchSample.js +0 -35
- package/dist-esm/samples-dev/settingsPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/settingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/upgradeExtensionsSample.js +0 -35
- package/dist-esm/samples-dev/upgradeExtensionsSample.js.map +0 -1
- package/dist-esm/src/hybridComputeManagementClient.d.ts +0 -50
- package/dist-esm/src/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist-esm/src/hybridComputeManagementClient.js +0 -206
- package/dist-esm/src/hybridComputeManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -452
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/extensionMetadata.d.ts +0 -41
- package/dist-esm/src/operations/extensionMetadata.d.ts.map +0 -1
- package/dist-esm/src/operations/extensionMetadata.js +0 -142
- package/dist-esm/src/operations/extensionMetadata.js.map +0 -1
- package/dist-esm/src/operations/gateways.d.ts +0 -99
- package/dist-esm/src/operations/gateways.d.ts.map +0 -1
- package/dist-esm/src/operations/gateways.js +0 -495
- package/dist-esm/src/operations/gateways.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -15
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -22
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/licenseProfiles.d.ts +0 -92
- package/dist-esm/src/operations/licenseProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/licenseProfiles.js +0 -449
- package/dist-esm/src/operations/licenseProfiles.js.map +0 -1
- package/dist-esm/src/operations/licenses.d.ts +0 -119
- package/dist-esm/src/operations/licenses.d.ts.map +0 -1
- package/dist-esm/src/operations/licenses.js +0 -623
- package/dist-esm/src/operations/licenses.js.map +0 -1
- package/dist-esm/src/operations/machineExtensions.d.ts +0 -99
- package/dist-esm/src/operations/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operations/machineExtensions.js +0 -460
- package/dist-esm/src/operations/machineExtensions.js.map +0 -1
- package/dist-esm/src/operations/machineRunCommands.d.ts +0 -81
- package/dist-esm/src/operations/machineRunCommands.d.ts.map +0 -1
- package/dist-esm/src/operations/machineRunCommands.js +0 -372
- package/dist-esm/src/operations/machineRunCommands.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts +0 -102
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js +0 -497
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/networkProfileOperations.d.ts +0 -20
- package/dist-esm/src/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkProfileOperations.js +0 -53
- package/dist-esm/src/operations/networkProfileOperations.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -275
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -367
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -182
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -108
- package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.js +0 -497
- package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operations/settingsOperations.d.ts +0 -45
- package/dist-esm/src/operations/settingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/settingsOperations.js +0 -163
- package/dist-esm/src/operations/settingsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -22
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenses.d.ts +0 -83
- package/dist-esm/src/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hybridcompute_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hybridcompute_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hybridcompute_operations_test.spec.js +0 -141
- package/dist-esm/test/hybridcompute_operations_test.spec.js.map +0 -1
- package/src/hybridComputeManagementClient.ts +0 -328
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -3672
- package/src/models/mappers.ts +0 -4802
- package/src/models/parameters.ts +0 -523
- package/src/operations/extensionMetadata.ts +0 -192
- package/src/operations/gateways.ts +0 -641
- package/src/operations/index.ts +0 -22
- package/src/operations/licenseProfiles.ts +0 -621
- package/src/operations/licenses.ts +0 -818
- package/src/operations/machineExtensions.ts +0 -633
- package/src/operations/machineRunCommands.ts +0 -511
- package/src/operations/machines.ts +0 -641
- package/src/operations/networkProfileOperations.ts +0 -71
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -382
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -507
- package/src/operations/privateLinkResources.ts +0 -244
- package/src/operations/privateLinkScopes.ts +0 -623
- package/src/operations/settingsOperations.ts +0 -213
- package/src/operationsInterfaces/extensionMetadata.ts +0 -48
- package/src/operationsInterfaces/gateways.ts +0 -127
- package/src/operationsInterfaces/index.ts +0 -22
- package/src/operationsInterfaces/licenseProfiles.ts +0 -139
- package/src/operationsInterfaces/licenses.ts +0 -164
- package/src/operationsInterfaces/machineExtensions.ts +0 -147
- package/src/operationsInterfaces/machineRunCommands.ts +0 -115
- package/src/operationsInterfaces/machines.ts +0 -126
- package/src/operationsInterfaces/networkProfileOperations.ts +0 -27
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -81
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/operationsInterfaces/privateLinkScopes.ts +0 -132
- package/src/operationsInterfaces/settingsOperations.ts +0 -76
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hybridcompute.d.ts +0 -4350
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensionMetadata.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenseProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineExtensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineRunCommands.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkProfileOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/settingsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Describes the properties of a License. */\nexport interface LicenseDetails {\n /** Describes the state of the license. */\n state?: LicenseState;\n /** Describes the license target server. */\n target?: LicenseTarget;\n /** Describes the edition of the license. The values are either Standard or Datacenter. */\n edition?: LicenseEdition;\n /** Describes the license core type (pCore or vCore). */\n type?: LicenseCoreType;\n /** Describes the number of processors. */\n processors?: number;\n /**\n * Describes the number of assigned licenses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignedLicenses?: number;\n /**\n * Describes the immutable id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly immutableId?: string;\n /** A list of volume license details. */\n volumeLicenseDetails?: VolumeLicenseDetails[];\n}\n\nexport interface VolumeLicenseDetails {\n /** Describes the program year the volume license is for. */\n programYear?: ProgramYear;\n /** The invoice id for the volume license. */\n invoiceId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The Update Resource model definition. */\nexport interface ResourceUpdate {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The List license operation response. */\nexport interface LicensesListResult {\n /** The list of licenses. */\n value: License[];\n /** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. */\n nextLink?: string;\n}\n\n/** Metadata pertaining to the geographic location of the resource. */\nexport interface LocationData {\n /** A canonical name for the geographic or physical location. */\n name: string;\n /** The city or locality where the resource is located. */\n city?: string;\n /** The district, state, or province where the resource is located. */\n district?: string;\n /** The country or region where the resource is located */\n countryOrRegion?: string;\n}\n\n/** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */\nexport interface AgentConfiguration {\n /**\n * Specifies the URL of the proxy to be used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly proxyUrl?: string;\n /**\n * Specifies the list of ports that the agent will be able to listen on.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly incomingConnectionsPorts?: string[];\n /**\n * Array of extensions that are allowed to be installed or updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionsAllowList?: ConfigurationExtension[];\n /**\n * Array of extensions that are blocked (cannot be installed or updated)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionsBlockList?: ConfigurationExtension[];\n /**\n * List of service names which should not use the specified proxy server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly proxyBypass?: string[];\n /**\n * Specifies whether the extension service is enabled or disabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionsEnabled?: string;\n /**\n * Specified whether the guest configuration service is enabled or disabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestConfigurationEnabled?: string;\n /**\n * Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configMode?: AgentConfigurationMode;\n}\n\n/** Describes properties that can identify extensions. */\nexport interface ConfigurationExtension {\n /**\n * Publisher of the extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n /**\n * Type of the extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Reports the state and behavior of dependent services. */\nexport interface ServiceStatuses {\n /** The state of the extension service on the Arc-enabled machine. */\n extensionService?: ServiceStatus;\n /** The state of the guest configuration service on the Arc-enabled machine. */\n guestConfigurationService?: ServiceStatus;\n}\n\n/** Describes the status and behavior of a service. */\nexport interface ServiceStatus {\n /** The current status of the service. */\n status?: string;\n /** The behavior of the service when the Arc-enabled machine starts up. */\n startupType?: string;\n}\n\n/** Describes the hardware of the machine */\nexport interface HardwareProfile {\n /**\n * The total physical memory on the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalPhysicalMemoryInBytes?: number;\n /**\n * The total number of CPU sockets available on the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfCpuSockets?: number;\n /**\n * The physical processors of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processors?: Processor[];\n}\n\n/** Describes the firmware of the machine */\nexport interface Processor {\n /**\n * The name of the processor.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The total number of physical cores on the processor.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfCores?: number;\n}\n\n/** Describes the storage configuration of the machine */\nexport interface StorageProfile {\n /** The disks on the machine. */\n disks?: Disk[];\n}\n\n/** Describes a disk on the machine */\nexport interface Disk {\n /** The path of the disk. */\n path?: string;\n /** The type of the disk. */\n diskType?: string;\n /** The generated ID of the disk. */\n generatedId?: string;\n /** The ID of the disk. */\n id?: string;\n /** The name of the disk. */\n name?: string;\n /** The size of the disk, in bytes */\n maxSizeInBytes?: number;\n /** The amount of space used on the disk, in bytes */\n usedSpaceInBytes?: number;\n}\n\n/** Describes the firmware of the machine */\nexport interface FirmwareProfile {\n /**\n * The serial number of the firmware\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * The type of the firmware\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\nexport interface CloudMetadata {\n /**\n * Specifies the cloud provider (Azure/AWS/GCP...).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n}\n\n/** The info w.r.t Agent Upgrade. */\nexport interface AgentUpgrade {\n /** Specifies the version info w.r.t AgentUpgrade for the machine. */\n desiredVersion?: string;\n /** The correlation ID associated with an agent upgrade operation. */\n correlationId?: string;\n /** Specifies if the machine's agent should be upgraded */\n enableAutomaticUpgrade?: boolean;\n /**\n * Specifies the version of the last attempt\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAttemptDesiredVersion?: string;\n /**\n * Timestamp of last upgrade attempt\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAttemptTimestamp?: Date;\n /**\n * Specifies the status of Agent Upgrade.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAttemptStatus?: LastAttemptStatusEnum;\n /**\n * Failure message of last upgrade attempt if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAttemptMessage?: string;\n}\n\n/** Specifies the operating system settings for the hybrid machine. */\nexport interface OSProfile {\n /**\n * Specifies the host OS name of the hybrid machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computerName?: string;\n /** Specifies the windows configuration for update management. */\n windowsConfiguration?: OSProfileWindowsConfiguration;\n /** Specifies the linux configuration for update management. */\n linuxConfiguration?: OSProfileLinuxConfiguration;\n}\n\n/** Specifies the windows configuration for update management. */\nexport interface OSProfileWindowsConfiguration {\n /** Specifies the assessment mode. */\n assessmentMode?: AssessmentModeTypes;\n /** Specifies the patch mode. */\n patchMode?: PatchModeTypes;\n /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */\n enableHotpatching?: boolean;\n /**\n * Status of the hotpatch capability enrollment or disenrollment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: PatchSettingsStatus;\n}\n\n/** Status of the hotpatch capability enrollment or disenrollment. */\nexport interface PatchSettingsStatus {\n /** Indicates the current status of the hotpatch being enabled or disabled. */\n hotpatchEnablementStatus?: HotpatchEnablementStatus;\n /**\n * The errors that were encountered during the hotpatch capability enrollment or disenrollment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorDetail;\n}\n\n/** Specifies the linux configuration for update management. */\nexport interface OSProfileLinuxConfiguration {\n /** Specifies the assessment mode. */\n assessmentMode?: AssessmentModeTypes;\n /** Specifies the patch mode. */\n patchMode?: PatchModeTypes;\n /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */\n enableHotpatching?: boolean;\n /**\n * Status of the hotpatch capability enrollment or disenrollment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: PatchSettingsStatus;\n}\n\n/** License Profile Instance View in Machine Properties. */\nexport interface LicenseProfileMachineInstanceView {\n /**\n * Indicates the license status of the OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly licenseStatus?: LicenseStatus;\n /**\n * Indicates the license channel.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly licenseChannel?: string;\n /** Properties for the Machine ESU profile. */\n esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /**\n * The timestamp in UTC when the user enrolls the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enrollmentDate?: Date;\n /**\n * The timestamp in UTC when the billing starts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingStartDate?: Date;\n /**\n * The timestamp in UTC when the user disenrolled the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disenrollmentDate?: Date;\n /**\n * The timestamp in UTC when the billing ends.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingEndDate?: Date;\n /**\n * The errors that were encountered during the feature enrollment or disenrollment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorDetail;\n /** The list of product features. */\n productFeatures?: ProductFeature[];\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n}\n\n/** License profile storage model for ESU properties. */\nexport interface LicenseProfileStorageModelEsuProperties {\n /**\n * The guid id of the license.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignedLicenseImmutableId?: string;\n /**\n * The list of ESU keys.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esuKeys?: EsuKey[];\n}\n\n/** ESU key */\nexport interface EsuKey {\n /** SKU number. */\n sku?: string;\n /** The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status. */\n licenseStatus?: number;\n}\n\n/** Product Feature */\nexport interface ProductFeature {\n /** Product feature name. */\n name?: string;\n /** Indicates the current status of the product features. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /**\n * The timestamp in UTC when the user enrolls the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enrollmentDate?: Date;\n /**\n * The timestamp in UTC when the billing starts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingStartDate?: Date;\n /**\n * The timestamp in UTC when the user disenrolled the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disenrollmentDate?: Date;\n /**\n * The timestamp in UTC when the billing ends.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingEndDate?: Date;\n /**\n * The errors that were encountered during the feature enrollment or disenrollment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorDetail;\n}\n\n/** Describes the Machine Extension Instance View. */\nexport interface MachineExtensionInstanceView {\n /** The machine extension name. */\n name?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Instance view status. */\n status?: MachineExtensionInstanceViewStatus;\n}\n\n/** Instance view status. */\nexport interface MachineExtensionInstanceViewStatus {\n /** The status code. */\n code?: string;\n /** The level code. */\n level?: StatusLevelTypes;\n /** The short localizable label for the status. */\n displayStatus?: string;\n /** The detailed status message, including for alerts and error messages. */\n message?: string;\n /** The time of the status. */\n time?: Date;\n}\n\n/** Describes the network information on this machine. */\nexport interface NetworkProfile {\n /** The list of network interfaces. */\n networkInterfaces?: NetworkInterface[];\n}\n\n/** Describes a network interface. */\nexport interface NetworkInterface {\n /** Represents MAC address of the network interface. */\n macAddress?: string;\n /** Represents the ID of the network interface. */\n id?: string;\n /** Represents the name of the network interface. */\n name?: string;\n /** The list of IP addresses in this interface. */\n ipAddresses?: IpAddress[];\n}\n\n/** Describes properties of the IP address. */\nexport interface IpAddress {\n /** Represents the IP Address. */\n address?: string;\n /** Represents the Ip Address Version. */\n ipAddressVersion?: string;\n /**\n * The subnet to which this IP address belongs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnet?: Subnet;\n}\n\n/** Describes the subnet. */\nexport interface Subnet {\n /** Represents address prefix. */\n addressPrefix?: string;\n}\n\n/** Describes the properties of a Machine Extension. */\nexport interface MachineExtensionProperties {\n /** How the extension handler should be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** The name of the extension handler publisher. */\n publisher?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: { [propertyName: string]: any };\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: { [propertyName: string]: any };\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The machine extension instance view. */\n instanceView?: MachineExtensionInstanceView;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: \"SystemAssigned\";\n}\n\n/** Product Feature */\nexport interface ProductFeatureUpdate {\n /** Product feature name. */\n name?: string;\n /** Indicates the new status of the product feature. */\n subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;\n}\n\n/** The List hybrid machine license profile operation response. */\nexport interface LicenseProfilesListResult {\n /** The list of license profiles. */\n value: LicenseProfile[];\n /** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. */\n nextLink?: string;\n}\n\n/** Describes the properties of an AssessPatches result. */\nexport interface MachineAssessPatchesResult {\n /**\n * The overall success or failure status of the operation. It remains \"InProgress\" until the operation completes. At that point it will become \"Unknown\", \"Failed\", \"Succeeded\", or \"CompletedWithWarnings.\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: PatchOperationStatus;\n /**\n * The activity ID of the operation that produced this result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentActivityId?: string;\n /**\n * The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rebootPending?: boolean;\n /** Summarization of patches available for installation on the machine by classification. */\n availablePatchCountByClassification?: AvailablePatchCountByClassification;\n /**\n * The UTC timestamp when the operation began.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startDateTime?: Date;\n /**\n * The UTC timestamp when the operation finished.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedDateTime?: Date;\n /**\n * Indicates if operation was triggered by user or by platform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedBy?: PatchOperationStartedBy;\n /**\n * Specifies the patch service used for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchServiceUsed?: PatchServiceUsed;\n /**\n * The operating system type of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * The errors that were encountered during execution of the operation. The details array contains the list of them.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorDetails?: ErrorDetail;\n}\n\n/** Summarization of patches available for installation on the machine by classification. */\nexport interface AvailablePatchCountByClassification {\n /**\n * Number of security patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly security?: number;\n /**\n * Number of critical patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly critical?: number;\n /**\n * Number of definition patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly definition?: number;\n /**\n * Number of update Rollup patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateRollup?: number;\n /**\n * Number of feature pack patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly featurePack?: number;\n /**\n * Number of service pack patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly servicePack?: number;\n /**\n * Number of tools patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tools?: number;\n /**\n * Number of updates category patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updates?: number;\n /**\n * Number of other patches available for installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly other?: number;\n}\n\n/** Input for InstallPatches as directly received by the API */\nexport interface MachineInstallPatchesParameters {\n /** Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) */\n maximumDuration: string;\n /** Defines when it is acceptable to reboot a VM during a software update operation. */\n rebootSetting: VMGuestPatchRebootSetting;\n /** Input for InstallPatches on a Windows VM, as directly received by the API */\n windowsParameters?: WindowsParameters;\n /** Input for InstallPatches on a Linux VM, as directly received by the API */\n linuxParameters?: LinuxParameters;\n}\n\n/** Input for InstallPatches on a Windows VM, as directly received by the API */\nexport interface WindowsParameters {\n /** The update classifications to select when installing patches for Windows. */\n classificationsToInclude?: VMGuestPatchClassificationWindows[];\n /** Kbs to include in the patch operation */\n kbNumbersToInclude?: string[];\n /** Kbs to exclude in the patch operation */\n kbNumbersToExclude?: string[];\n /** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */\n excludeKbsRequiringReboot?: boolean;\n /** This is used to install patches that were published on or before this given max published date. */\n maxPatchPublishDate?: Date;\n}\n\n/** Input for InstallPatches on a Linux VM, as directly received by the API */\nexport interface LinuxParameters {\n /** The update classifications to select when installing patches for Linux. */\n classificationsToInclude?: VMGuestPatchClassificationLinux[];\n /** packages to include in the patch operation. Format: packageName_packageVersion */\n packageNameMasksToInclude?: string[];\n /** packages to exclude in the patch operation. Format: packageName_packageVersion */\n packageNameMasksToExclude?: string[];\n}\n\n/** The result summary of an installation operation. */\nexport interface MachineInstallPatchesResult {\n /**\n * The overall success or failure status of the operation. It remains \"InProgress\" until the operation completes. At that point it will become \"Failed\", \"Succeeded\", \"Unknown\" or \"CompletedWithWarnings.\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: PatchOperationStatus;\n /**\n * The activity ID of the operation that produced this result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly installationActivityId?: string;\n /**\n * The reboot state of the VM following completion of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rebootStatus?: VMGuestPatchRebootStatus;\n /**\n * Whether the operation ran out of time before it completed all its intended actions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceWindowExceeded?: boolean;\n /**\n * The number of patches that were not installed due to the user blocking their installation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly excludedPatchCount?: number;\n /**\n * The number of patches that were detected as available for install, but did not meet the operation's criteria.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notSelectedPatchCount?: number;\n /**\n * The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingPatchCount?: number;\n /**\n * The number of patches successfully installed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly installedPatchCount?: number;\n /**\n * The number of patches that could not be installed due to some issue. See errors for details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedPatchCount?: number;\n /**\n * The UTC timestamp when the operation began.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startDateTime?: Date;\n /**\n * The UTC timestamp when the operation finished.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedDateTime?: Date;\n /**\n * Indicates if operation was triggered by user or by platform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedBy?: PatchOperationStartedBy;\n /**\n * Specifies the patch service used for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchServiceUsed?: PatchServiceUsed;\n /**\n * The operating system type of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * The errors that were encountered during execution of the operation. The details array contains the list of them.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorDetails?: ErrorDetail;\n}\n\n/** The List hybrid machine operation response. */\nexport interface MachineListResult {\n /** The list of hybrid machines. */\n value: Machine[];\n /** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of hybrid machines. */\n nextLink?: string;\n}\n\n/** Describes the Machine Extensions List Result. */\nexport interface MachineExtensionsListResult {\n /** The list of extensions */\n value?: MachineExtension[];\n /** The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions. */\n nextLink?: string;\n}\n\n/** Describes the Machine Extension Upgrade Properties. */\nexport interface MachineExtensionUpgrade {\n /** Describes the Extension Target Properties. */\n extensionTargets?: { [propertyName: string]: ExtensionTargetProperties };\n}\n\n/** Describes the Machine Extension Target Version Properties */\nexport interface ExtensionTargetProperties {\n /** Properties for the specified Extension to Upgrade. */\n targetVersion?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceAutoGenerated {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The List Extension Metadata response. */\nexport interface ExtensionValueListResult {\n /**\n * The list of extension metadata\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ExtensionValue[];\n}\n\n/** The List Compute Operation operation response. */\nexport interface OperationListResult {\n /**\n * The list of compute operations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OperationValue[];\n}\n\n/** Describes the properties of a Compute Operation value. */\nexport interface OperationValue {\n /**\n * The origin of the compute operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n /**\n * The name of the compute operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Display properties */\n display?: OperationValueDisplay;\n /**\n * This property indicates if the operation is an action or a data action\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n}\n\n/** Describes the properties of a Hybrid Compute Operation Value Display. */\nexport interface OperationValueDisplay {\n /**\n * The display name of the compute operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The display name of the resource the operation applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The resource provider for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n}\n\n/** Describes the script sources for run command. Use only one of script, scriptUri, commandId. */\nexport interface MachineRunCommandScriptSource {\n /** Specifies the script content to be executed on the machine. */\n script?: string;\n /** Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI. */\n scriptUri?: string;\n /** Specifies the commandId of predefined built-in script. */\n commandId?: string;\n /** User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */\n scriptUriManagedIdentity?: RunCommandManagedIdentity;\n}\n\n/** Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */\nexport interface RunCommandManagedIdentity {\n /** Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided. */\n clientId?: string;\n /** Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided. */\n objectId?: string;\n}\n\n/** Describes the properties of a run command parameter. */\nexport interface RunCommandInputParameter {\n /** The run command parameter name. */\n name: string;\n /** The run command parameter value. */\n value: string;\n}\n\n/** The instance view of a machine run command. */\nexport interface MachineRunCommandInstanceView {\n /** Script execution status. */\n executionState?: ExecutionState;\n /** Communicate script configuration errors or execution messages. */\n executionMessage?: string;\n /** Exit code returned from script execution. */\n exitCode?: number;\n /** Script output stream. */\n output?: string;\n /** Script error stream. */\n error?: string;\n /** Script start time. */\n startTime?: Date;\n /** Script end time. */\n endTime?: Date;\n /** The status information. */\n statuses?: ExtensionsResourceStatus[];\n}\n\n/** Instance view status. */\nexport interface ExtensionsResourceStatus {\n /** The status code. */\n code?: string;\n /** The level code. */\n level?: ExtensionsStatusLevelTypes;\n /** The short localizable label for the status. */\n displayStatus?: string;\n /** The detailed status message, including for alerts and error messages. */\n message?: string;\n /** The time of the status. */\n time?: Date;\n}\n\n/** Describes the Run Commands List Result. */\nexport interface MachineRunCommandsListResult {\n /** The list of run commands */\n value?: MachineRunCommand[];\n /** The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. */\n nextLink?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponseAutoGenerated {\n /** The error object. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** The error detail. */\nexport interface ErrorDetailAutoGenerated {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetailAutoGenerated[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The List license operation response. */\nexport interface GatewaysListResult {\n /** The list of Gateways. */\n value: Gateway[];\n /** The URI to fetch the next page of Gateways. Call ListNext() with this URI to fetch the next page of Gateways. */\n nextLink?: string;\n}\n\n/** Describes the list of Azure Arc PrivateLinkScope resources. */\nexport interface HybridComputePrivateLinkScopeListResult {\n /** List of Azure Arc PrivateLinkScope definitions. */\n value: HybridComputePrivateLinkScope[];\n /** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */\n nextLink?: string;\n}\n\n/** Properties that define a Azure Arc PrivateLinkScope resource. */\nexport interface HybridComputePrivateLinkScopeProperties {\n /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /**\n * Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The Guid id of the private link scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopeId?: string;\n /**\n * The collection of associated Private Endpoint Connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionDataModel[];\n}\n\n/** The Data Model for a Private Endpoint Connection associated with a Private Link Scope */\nexport interface PrivateEndpointConnectionDataModel {\n /**\n * The ARM Resource Id of the Private Endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The Name of the Private Endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The Private Endpoint Connection properties. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Properties of a private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** Private endpoint which the connection belongs to. */\n privateEndpoint?: PrivateEndpointProperty;\n /** Connection state of the private endpoint connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;\n /**\n * State of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * List of group IDs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n}\n\n/** Private endpoint which the connection belongs to. */\nexport interface PrivateEndpointProperty {\n /** Resource id of the private endpoint. */\n id?: string;\n}\n\n/** State of the private endpoint connection. */\nexport interface PrivateLinkServiceConnectionStateProperty {\n /** The private link service connection status. */\n status: string;\n /** The private link service connection description. */\n description: string;\n /**\n * The actions required for private link service connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** An azure resource object */\nexport interface PrivateLinkScopesResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * Required DNS zone names of the the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** A list of private endpoint connections. */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnection[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface PrivateLinkScopeValidationDetails {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /** List of Private Endpoint Connection details. */\n connectionDetails?: ConnectionDetail[];\n}\n\nexport interface ConnectionDetail {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The private endpoint connection private ip address\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIpAddress?: string;\n /**\n * The private endpoint connection link identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkIdentifier?: string;\n /**\n * The private endpoint connection group id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private endpoint connection member name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n}\n\n/** Properties that define a Network Security Perimeter resource. */\nexport interface NetworkSecurityPerimeterConfiguration {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Current state of this NetworkSecurityPerimeter: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Provisioning issues.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningIssues?: ProvisioningIssue[];\n /** The Network Security Perimeter associated with this configuration. */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** The Resource Association. */\n resourceAssociation?: ResourceAssociation;\n /** Network Security Perimeter profile */\n profile?: NetworkSecurityPerimeterProfile;\n}\n\n/** Details on issues that occurred during provisioning. */\nexport interface ProvisioningIssue {\n /**\n * Name of the provisioning issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Issue type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueType?: ProvisioningIssueType;\n /**\n * Severity of the provisioning issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: ProvisioningIssueSeverity;\n /**\n * Description of the provisioning issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * ARM Ids of the resources that can be associated to the same perimeter to remediate the issue\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suggestedResourceIds?: string[];\n /**\n * Access rules that can be added to the perimeter to remediate the issue\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suggestedAccessRules?: AccessRule[];\n}\n\n/** Access rule. */\nexport interface AccessRule {\n /**\n * Name of the access rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Direction of the access rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly direction?: AccessRuleDirection;\n /**\n * Address prefixes that are allowed access.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly addressPrefixes?: string[];\n}\n\n/** Properties that define a Network Security Perimeter resource. */\nexport interface NetworkSecurityPerimeter {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Guid of the Network Security Perimeter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly perimeterGuid?: string;\n /**\n * Regional location of the perimeter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n}\n\n/** Properties that define a Resource Association. */\nexport interface ResourceAssociation {\n /**\n * Name of the Resource Association\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The access mode\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessMode?: AccessMode;\n}\n\n/** Network Security Perimeter profile */\nexport interface NetworkSecurityPerimeterProfile {\n /**\n * Name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Access rules version number\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessRulesVersion?: number;\n /**\n * Collection of access rules for the profile\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessRules?: AccessRule[];\n /**\n * Diagnostic settings version number\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnosticSettingsVersion?: number;\n /**\n * Collection of enabled log categories for the profile\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledLogCategories?: string[];\n}\n\n/** A list of network security perimeter configurations. */\nexport interface NetworkSecurityPerimeterConfigurationListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: NetworkSecurityPerimeterConfiguration[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of network security perimeter configurations. */\nexport interface NetworkSecurityPerimeterConfigurationReconcileResult {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** List of HybridIdentityMetadata. */\nexport interface HybridIdentityMetadataList {\n /** Url to follow for getting next page of HybridIdentityMetadata. */\n nextLink?: string;\n /** Array of HybridIdentityMetadata */\n value: HybridIdentityMetadata[];\n}\n\n/** Describes AgentVersions List. */\nexport interface AgentVersionsList {\n /** The list of available Agent Versions. */\n value?: AgentVersion[];\n /** The URI to fetch the next 10 available Agent Versions. */\n nextLink?: string;\n}\n\n/** Describes properties of Agent Version. */\nexport interface AgentVersion {\n /** Represents the agent version. */\n agentVersion?: string;\n /** Represents the download link of specific agent version. */\n downloadLink?: string;\n /** Defines the os type. */\n osType?: string;\n}\n\n/** Public key information for client authentication */\nexport interface KeyProperties {\n /**\n * Current public key details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientPublicKey?: KeyDetails;\n /**\n * Candidate public key details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly candidatePublicKey?: KeyDetails;\n}\n\n/** Public key details */\nexport interface KeyDetails {\n /**\n * Public key\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKey?: string;\n /**\n * Key expiration date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notAfter?: Date;\n /**\n * Recommended key renewal date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly renewAfter?: Date;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResourceAutoGenerated extends Resource {}\n\n/** Describes a License Update. */\nexport interface LicenseUpdate extends ResourceUpdate {\n /** The type of the license resource. */\n licenseType?: LicenseType;\n /** Describes the state of the license. */\n state?: LicenseState;\n /** Describes the license target server. */\n target?: LicenseTarget;\n /** Describes the edition of the license. The values are either Standard or Datacenter. */\n edition?: LicenseEdition;\n /** Describes the license core type (pCore or vCore). */\n type?: LicenseCoreType;\n /** Describes the number of processors. */\n processors?: number;\n}\n\n/** Describes a License Profile Update. */\nexport interface LicenseProfileUpdate extends ResourceUpdate {\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /** The list of product feature updates. */\n productFeatures?: ProductFeatureUpdate[];\n /** The resource id of the license. */\n assignedLicense?: string;\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n}\n\n/** Describes a Machine Extension Update. */\nexport interface MachineExtensionUpdate extends ResourceUpdate {\n /** How the extension handler should be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** The name of the extension handler publisher. */\n publisher?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: { [propertyName: string]: any };\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: { [propertyName: string]: any };\n}\n\n/** Describes a License Update. */\nexport interface GatewayUpdate extends ResourceUpdate {\n /** Specifies the list of features that are enabled for this Gateway. */\n allowedFeatures?: string[];\n}\n\n/** Describes a hybrid machine Update. */\nexport interface MachineUpdate extends ResourceUpdate {\n /** Identity for the resource. */\n identity?: Identity;\n /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */\n kind?: ArcKindEnum;\n /** Metadata pertaining to the geographic location of the resource. */\n locationData?: LocationData;\n /** Specifies the operating system settings for the hybrid machine. */\n osProfile?: OSProfile;\n /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\n cloudMetadata?: CloudMetadata;\n /** The info of the machine w.r.t Agent Upgrade */\n agentUpgrade?: AgentUpgrade;\n /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */\n parentClusterResourceId?: string;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n}\n\n/** Describes a Machine Extension Update. */\nexport interface MachineRunCommandUpdate extends ResourceUpdate {}\n\n/** Describes the properties of a License Profile ARM model. */\nexport interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense\n extends LicenseProfileStorageModelEsuProperties {\n /**\n * The type of the Esu servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverType?: EsuServerType;\n /**\n * Indicates the eligibility state of Esu.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esuEligibility?: EsuEligibility;\n /**\n * Indicates whether there is an ESU Key currently active for the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esuKeyState?: EsuKeyState;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends ResourceAutoGenerated {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** An Azure Arc PrivateLinkScope definition. */\nexport interface HybridComputePrivateLinkScope\n extends PrivateLinkScopesResource {\n /** Properties that define a Azure Arc PrivateLinkScope resource. */\n properties?: HybridComputePrivateLinkScopeProperties;\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Describes a license in a hybrid machine. */\nexport interface License extends TrackedResource {\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Describes the tenant id. */\n tenantId?: string;\n /** The type of the license resource. */\n licenseType?: LicenseType;\n /** Describes the properties of a License. */\n licenseDetails?: LicenseDetails;\n}\n\n/** Describes a Machine Extension. */\nexport interface MachineExtension extends TrackedResource {\n /** Describes Machine Extension Properties. */\n properties?: MachineExtensionProperties;\n}\n\n/** Describes a hybrid machine. */\nexport interface Machine extends TrackedResource {\n /**\n * The list of extensions affiliated to the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resources?: MachineExtension[];\n /** Identity for the resource. */\n identity?: Identity;\n /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */\n kind?: ArcKindEnum;\n /** Metadata pertaining to the geographic location of the resource. */\n locationData?: LocationData;\n /**\n * Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentConfiguration?: AgentConfiguration;\n /** Statuses of dependent services that are reported back to ARM. */\n serviceStatuses?: ServiceStatuses;\n /**\n * Information about the machine's hardware\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hardwareProfile?: HardwareProfile;\n /**\n * Information about the machine's storage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageProfile?: StorageProfile;\n /**\n * Information about the machine's firmware\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareProfile?: FirmwareProfile;\n /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\n cloudMetadata?: CloudMetadata;\n /** The info of the machine w.r.t Agent Upgrade */\n agentUpgrade?: AgentUpgrade;\n /** Specifies the operating system settings for the hybrid machine. */\n osProfile?: OSProfile;\n /** Specifies the License related properties for a machine. */\n licenseProfile?: LicenseProfileMachineInstanceView;\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The status of the hybrid machine agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StatusTypes;\n /**\n * The time of the last status change.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStatusChange?: Date;\n /**\n * Details about the error state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorDetails?: ErrorDetail[];\n /**\n * The hybrid machine agent full version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentVersion?: string;\n /** Specifies the hybrid machine unique ID. */\n vmId?: string;\n /**\n * Specifies the hybrid machine display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Specifies the hybrid machine FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineFqdn?: string;\n /** Public Key that the client provides to be used during initial resource onboarding */\n clientPublicKey?: string;\n /**\n * The Operating System running on the hybrid machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * The version of Operating System running on the hybrid machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osVersion?: string;\n /** The type of Operating System (windows/linux). */\n osType?: string;\n /**\n * Specifies the Arc Machine's unique SMBIOS ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmUuid?: string;\n /** Machine Extensions information (deprecated field) */\n extensions?: MachineExtensionInstanceView[];\n /**\n * Specifies the Operating System product SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osSku?: string;\n /**\n * The edition of the Operating System.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osEdition?: string;\n /**\n * Specifies the Windows domain name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n /**\n * Specifies the AD fully qualified display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly adFqdn?: string;\n /**\n * Specifies the DNS fully qualified display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsFqdn?: string;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */\n parentClusterResourceId?: string;\n /** Specifies whether any MS SQL instance is discovered on the machine. */\n mssqlDiscovered?: string;\n /**\n * Detected properties from the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly detectedProperties?: { [propertyName: string]: string };\n /**\n * Information about the network the machine is on.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkProfile?: NetworkProfile;\n}\n\n/** Describes a license profile in a hybrid machine. */\nexport interface LicenseProfile extends TrackedResource {\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /**\n * The timestamp in UTC when the user enrolls the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enrollmentDate?: Date;\n /**\n * The timestamp in UTC when the billing starts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingStartDate?: Date;\n /**\n * The timestamp in UTC when the user disenrolled the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disenrollmentDate?: Date;\n /**\n * The timestamp in UTC when the billing ends.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingEndDate?: Date;\n /**\n * The errors that were encountered during the feature enrollment or disenrollment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorDetail;\n /** The list of product features. */\n productFeatures?: ProductFeature[];\n /**\n * The guid id of the license.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignedLicenseImmutableId?: string;\n /**\n * The list of ESU keys.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esuKeys?: EsuKey[];\n /**\n * The type of the Esu servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverType?: EsuServerType;\n /**\n * Indicates the eligibility state of Esu.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esuEligibility?: EsuEligibility;\n /**\n * Indicates whether there is an ESU Key currently active for the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esuKeyState?: EsuKeyState;\n /** The resource id of the license. */\n assignedLicense?: string;\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n}\n\n/** Describes a Run Command */\nexport interface MachineRunCommand extends TrackedResource {\n /** The source of the run command script. */\n source?: MachineRunCommandScriptSource;\n /** The parameters used by the script. */\n parameters?: RunCommandInputParameter[];\n /** The parameters used by the script. */\n protectedParameters?: RunCommandInputParameter[];\n /** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */\n asyncExecution?: boolean;\n /** Specifies the user account on the machine when executing the run command. */\n runAsUser?: string;\n /** Specifies the user account password on the machine when executing the run command. */\n runAsPassword?: string;\n /** The timeout in seconds to execute the run command. */\n timeoutInSeconds?: number;\n /** Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter. */\n outputBlobUri?: string;\n /** Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter. */\n errorBlobUri?: string;\n /** User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */\n outputBlobManagedIdentity?: RunCommandManagedIdentity;\n /** User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */\n errorBlobManagedIdentity?: RunCommandManagedIdentity;\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The machine run command instance view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceView?: MachineRunCommandInstanceView;\n}\n\nexport interface Settings extends ProxyResourceAutoGenerated {\n /**\n * Azure resource tenant Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Associated Gateway Resource Id */\n gatewayResourceId?: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResourceAutoGenerated {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResourceAutoGenerated {\n /** Resource properties. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Defines the HybridIdentityMetadata. */\nexport interface HybridIdentityMetadata extends ProxyResourceAutoGenerated {\n /** The unique identifier for the resource. */\n vmId?: string;\n /** The Public Key. */\n publicKey?: string;\n /**\n * Identity for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: Identity;\n}\n\nexport interface NetworkConfiguration extends ProxyResourceAutoGenerated {\n /** Resource location */\n location?: string;\n /**\n * Azure resource tenant Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Associated Network Configuration Scope Id (GUID) */\n networkConfigurationScopeId?: string;\n /** Associated Network Configuration Scope Resource Id */\n networkConfigurationScopeResourceId?: string;\n /**\n * Public key information for client authentication\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyProperties?: KeyProperties;\n}\n\n/** Properties for the Machine ESU profile. */\nexport interface LicenseProfileMachineInstanceViewEsuProperties\n extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {\n /** The assigned license resource. */\n assignedLicense?: License;\n /** Describes the license assignment state (Assigned or NotAssigned). */\n licenseAssignmentState?: LicenseAssignmentState;\n}\n\n/** Describes the properties of a License Profile ARM model. */\nexport interface LicenseProfileArmEsuProperties\n extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {\n /** The resource id of the license. */\n assignedLicense?: string;\n}\n\n/** Describes a Extension Metadata */\nexport interface ExtensionValue extends ProxyResource {\n /**\n * The version of the Extension being received.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The type of the Extension being received.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionType?: string;\n /**\n * The publisher of the Extension being received.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n}\n\n/** Describes an Arc Gateway. */\nexport interface Gateway extends TrackedResourceAutoGenerated {\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * A unique, immutable, identifier for the Gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayId?: string;\n /** The type of the Gateway resource. */\n gatewayType?: GatewayType;\n /**\n * The endpoint fqdn for the Gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayEndpoint?: string;\n /** Specifies the list of features that are enabled for this Gateway. */\n allowedFeatures?: string[];\n}\n\n/** Defines headers for Machines_assessPatches operation. */\nexport interface MachinesAssessPatchesHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Defines headers for Machines_installPatches operation. */\nexport interface MachinesInstallPatchesHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Defines headers for LicenseProfiles_createOrUpdate operation. */\nexport interface LicenseProfilesCreateOrUpdateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for LicenseProfiles_update operation. */\nexport interface LicenseProfilesUpdateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for LicenseProfiles_delete operation. */\nexport interface LicenseProfilesDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for MachineExtensions_update operation. */\nexport interface MachineExtensionsUpdateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for MachineExtensions_delete operation. */\nexport interface MachineExtensionsDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for HybridComputeManagementClient_upgradeExtensions operation. */\nexport interface HybridComputeManagementClientUpgradeExtensionsHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for MachineRunCommands_createOrUpdate operation. */\nexport interface MachineRunCommandsCreateOrUpdateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for MachineRunCommands_delete operation. */\nexport interface MachineRunCommandsDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Gateways_createOrUpdate operation. */\nexport interface GatewaysCreateOrUpdateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Gateways_delete operation. */\nexport interface GatewaysDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for PrivateLinkScopes_delete operation. */\nexport interface PrivateLinkScopesDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcileForPrivateLinkScope operation. */\nexport interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Accepted** \\\n * **Canceled** \\\n * **Deleted**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link LicenseType} that the service accepts. */\nexport enum KnownLicenseType {\n /** ESU */\n ESU = \"ESU\",\n}\n\n/**\n * Defines values for LicenseType. \\\n * {@link KnownLicenseType} can be used interchangeably with LicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ESU**\n */\nexport type LicenseType = string;\n\n/** Known values of {@link LicenseState} that the service accepts. */\nexport enum KnownLicenseState {\n /** Activated */\n Activated = \"Activated\",\n /** Deactivated */\n Deactivated = \"Deactivated\",\n}\n\n/**\n * Defines values for LicenseState. \\\n * {@link KnownLicenseState} can be used interchangeably with LicenseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activated** \\\n * **Deactivated**\n */\nexport type LicenseState = string;\n\n/** Known values of {@link LicenseTarget} that the service accepts. */\nexport enum KnownLicenseTarget {\n /** WindowsServer2012 */\n WindowsServer2012 = \"Windows Server 2012\",\n /** WindowsServer2012R2 */\n WindowsServer2012R2 = \"Windows Server 2012 R2\",\n}\n\n/**\n * Defines values for LicenseTarget. \\\n * {@link KnownLicenseTarget} can be used interchangeably with LicenseTarget,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows Server 2012** \\\n * **Windows Server 2012 R2**\n */\nexport type LicenseTarget = string;\n\n/** Known values of {@link LicenseEdition} that the service accepts. */\nexport enum KnownLicenseEdition {\n /** Standard */\n Standard = \"Standard\",\n /** Datacenter */\n Datacenter = \"Datacenter\",\n}\n\n/**\n * Defines values for LicenseEdition. \\\n * {@link KnownLicenseEdition} can be used interchangeably with LicenseEdition,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Datacenter**\n */\nexport type LicenseEdition = string;\n\n/** Known values of {@link LicenseCoreType} that the service accepts. */\nexport enum KnownLicenseCoreType {\n /** PCore */\n PCore = \"pCore\",\n /** VCore */\n VCore = \"vCore\",\n}\n\n/**\n * Defines values for LicenseCoreType. \\\n * {@link KnownLicenseCoreType} can be used interchangeably with LicenseCoreType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **pCore** \\\n * **vCore**\n */\nexport type LicenseCoreType = string;\n\n/** Known values of {@link ProgramYear} that the service accepts. */\nexport enum KnownProgramYear {\n /** Year1 */\n Year1 = \"Year 1\",\n /** Year2 */\n Year2 = \"Year 2\",\n /** Year3 */\n Year3 = \"Year 3\",\n}\n\n/**\n * Defines values for ProgramYear. \\\n * {@link KnownProgramYear} can be used interchangeably with ProgramYear,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Year 1** \\\n * **Year 2** \\\n * **Year 3**\n */\nexport type ProgramYear = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link InstanceViewTypes} that the service accepts. */\nexport enum KnownInstanceViewTypes {\n /** InstanceView */\n InstanceView = \"instanceView\",\n}\n\n/**\n * Defines values for InstanceViewTypes. \\\n * {@link KnownInstanceViewTypes} can be used interchangeably with InstanceViewTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **instanceView**\n */\nexport type InstanceViewTypes = string;\n\n/** Known values of {@link AgentConfigurationMode} that the service accepts. */\nexport enum KnownAgentConfigurationMode {\n /** Full */\n Full = \"full\",\n /** Monitor */\n Monitor = \"monitor\",\n}\n\n/**\n * Defines values for AgentConfigurationMode. \\\n * {@link KnownAgentConfigurationMode} can be used interchangeably with AgentConfigurationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **full** \\\n * **monitor**\n */\nexport type AgentConfigurationMode = string;\n\n/** Known values of {@link LastAttemptStatusEnum} that the service accepts. */\nexport enum KnownLastAttemptStatusEnum {\n /** Success */\n Success = \"Success\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for LastAttemptStatusEnum. \\\n * {@link KnownLastAttemptStatusEnum} can be used interchangeably with LastAttemptStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success** \\\n * **Failed**\n */\nexport type LastAttemptStatusEnum = string;\n\n/** Known values of {@link AssessmentModeTypes} that the service accepts. */\nexport enum KnownAssessmentModeTypes {\n /** ImageDefault */\n ImageDefault = \"ImageDefault\",\n /** AutomaticByPlatform */\n AutomaticByPlatform = \"AutomaticByPlatform\",\n}\n\n/**\n * Defines values for AssessmentModeTypes. \\\n * {@link KnownAssessmentModeTypes} can be used interchangeably with AssessmentModeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ImageDefault** \\\n * **AutomaticByPlatform**\n */\nexport type AssessmentModeTypes = string;\n\n/** Known values of {@link PatchModeTypes} that the service accepts. */\nexport enum KnownPatchModeTypes {\n /** ImageDefault */\n ImageDefault = \"ImageDefault\",\n /** AutomaticByPlatform */\n AutomaticByPlatform = \"AutomaticByPlatform\",\n /** AutomaticByOS */\n AutomaticByOS = \"AutomaticByOS\",\n /** Manual */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for PatchModeTypes. \\\n * {@link KnownPatchModeTypes} can be used interchangeably with PatchModeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ImageDefault** \\\n * **AutomaticByPlatform** \\\n * **AutomaticByOS** \\\n * **Manual**\n */\nexport type PatchModeTypes = string;\n\n/** Known values of {@link HotpatchEnablementStatus} that the service accepts. */\nexport enum KnownHotpatchEnablementStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** PendingEvaluation */\n PendingEvaluation = \"PendingEvaluation\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** ActionRequired */\n ActionRequired = \"ActionRequired\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for HotpatchEnablementStatus. \\\n * {@link KnownHotpatchEnablementStatus} can be used interchangeably with HotpatchEnablementStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **PendingEvaluation** \\\n * **Disabled** \\\n * **ActionRequired** \\\n * **Enabled**\n */\nexport type HotpatchEnablementStatus = string;\n\n/** Known values of {@link LicenseStatus} that the service accepts. */\nexport enum KnownLicenseStatus {\n /** Unlicensed */\n Unlicensed = \"Unlicensed\",\n /** Licensed */\n Licensed = \"Licensed\",\n /** OOBGrace */\n OOBGrace = \"OOBGrace\",\n /** OOTGrace */\n OOTGrace = \"OOTGrace\",\n /** NonGenuineGrace */\n NonGenuineGrace = \"NonGenuineGrace\",\n /** Notification */\n Notification = \"Notification\",\n /** ExtendedGrace */\n ExtendedGrace = \"ExtendedGrace\",\n}\n\n/**\n * Defines values for LicenseStatus. \\\n * {@link KnownLicenseStatus} can be used interchangeably with LicenseStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unlicensed** \\\n * **Licensed** \\\n * **OOBGrace** \\\n * **OOTGrace** \\\n * **NonGenuineGrace** \\\n * **Notification** \\\n * **ExtendedGrace**\n */\nexport type LicenseStatus = string;\n\n/** Known values of {@link LicenseAssignmentState} that the service accepts. */\nexport enum KnownLicenseAssignmentState {\n /** Assigned */\n Assigned = \"Assigned\",\n /** NotAssigned */\n NotAssigned = \"NotAssigned\",\n}\n\n/**\n * Defines values for LicenseAssignmentState. \\\n * {@link KnownLicenseAssignmentState} can be used interchangeably with LicenseAssignmentState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assigned** \\\n * **NotAssigned**\n */\nexport type LicenseAssignmentState = string;\n\n/** Known values of {@link EsuServerType} that the service accepts. */\nexport enum KnownEsuServerType {\n /** Standard */\n Standard = \"Standard\",\n /** Datacenter */\n Datacenter = \"Datacenter\",\n}\n\n/**\n * Defines values for EsuServerType. \\\n * {@link KnownEsuServerType} can be used interchangeably with EsuServerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Datacenter**\n */\nexport type EsuServerType = string;\n\n/** Known values of {@link EsuEligibility} that the service accepts. */\nexport enum KnownEsuEligibility {\n /** Eligible */\n Eligible = \"Eligible\",\n /** Ineligible */\n Ineligible = \"Ineligible\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for EsuEligibility. \\\n * {@link KnownEsuEligibility} can be used interchangeably with EsuEligibility,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Eligible** \\\n * **Ineligible** \\\n * **Unknown**\n */\nexport type EsuEligibility = string;\n\n/** Known values of {@link EsuKeyState} that the service accepts. */\nexport enum KnownEsuKeyState {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * Defines values for EsuKeyState. \\\n * {@link KnownEsuKeyState} can be used interchangeably with EsuKeyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inactive** \\\n * **Active**\n */\nexport type EsuKeyState = string;\n\n/** Known values of {@link LicenseProfileSubscriptionStatus} that the service accepts. */\nexport enum KnownLicenseProfileSubscriptionStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Enabling */\n Enabling = \"Enabling\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Disabling */\n Disabling = \"Disabling\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for LicenseProfileSubscriptionStatus. \\\n * {@link KnownLicenseProfileSubscriptionStatus} can be used interchangeably with LicenseProfileSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Enabling** \\\n * **Enabled** \\\n * **Disabled** \\\n * **Disabling** \\\n * **Failed**\n */\nexport type LicenseProfileSubscriptionStatus = string;\n\n/** Known values of {@link LicenseProfileProductType} that the service accepts. */\nexport enum KnownLicenseProfileProductType {\n /** WindowsServer */\n WindowsServer = \"WindowsServer\",\n /** WindowsIoTEnterprise */\n WindowsIoTEnterprise = \"WindowsIoTEnterprise\",\n}\n\n/**\n * Defines values for LicenseProfileProductType. \\\n * {@link KnownLicenseProfileProductType} can be used interchangeably with LicenseProfileProductType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WindowsServer** \\\n * **WindowsIoTEnterprise**\n */\nexport type LicenseProfileProductType = string;\n\n/** Known values of {@link StatusTypes} that the service accepts. */\nexport enum KnownStatusTypes {\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for StatusTypes. \\\n * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected** \\\n * **Disconnected** \\\n * **Error**\n */\nexport type StatusTypes = string;\n\n/** Known values of {@link StatusLevelTypes} that the service accepts. */\nexport enum KnownStatusLevelTypes {\n /** Info */\n Info = \"Info\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for StatusLevelTypes. \\\n * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Info** \\\n * **Warning** \\\n * **Error**\n */\nexport type StatusLevelTypes = string;\n\n/** Known values of {@link ArcKindEnum} that the service accepts. */\nexport enum KnownArcKindEnum {\n /** AVS */\n AVS = \"AVS\",\n /** HCI */\n HCI = \"HCI\",\n /** Scvmm */\n Scvmm = \"SCVMM\",\n /** VMware */\n VMware = \"VMware\",\n /** EPS */\n EPS = \"EPS\",\n /** GCP */\n GCP = \"GCP\",\n /** AWS */\n AWS = \"AWS\",\n}\n\n/**\n * Defines values for ArcKindEnum. \\\n * {@link KnownArcKindEnum} can be used interchangeably with ArcKindEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AVS** \\\n * **HCI** \\\n * **SCVMM** \\\n * **VMware** \\\n * **EPS** \\\n * **GCP** \\\n * **AWS**\n */\nexport type ArcKindEnum = string;\n\n/** Known values of {@link LicenseProfileSubscriptionStatusUpdate} that the service accepts. */\nexport enum KnownLicenseProfileSubscriptionStatusUpdate {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for LicenseProfileSubscriptionStatusUpdate. \\\n * {@link KnownLicenseProfileSubscriptionStatusUpdate} can be used interchangeably with LicenseProfileSubscriptionStatusUpdate,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type LicenseProfileSubscriptionStatusUpdate = string;\n\n/** Known values of {@link PatchOperationStatus} that the service accepts. */\nexport enum KnownPatchOperationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\",\n}\n\n/**\n * Defines values for PatchOperationStatus. \\\n * {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **InProgress** \\\n * **Failed** \\\n * **Succeeded** \\\n * **CompletedWithWarnings**\n */\nexport type PatchOperationStatus = string;\n\n/** Known values of {@link PatchOperationStartedBy} that the service accepts. */\nexport enum KnownPatchOperationStartedBy {\n /** User */\n User = \"User\",\n /** Platform */\n Platform = \"Platform\",\n}\n\n/**\n * Defines values for PatchOperationStartedBy. \\\n * {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Platform**\n */\nexport type PatchOperationStartedBy = string;\n\n/** Known values of {@link PatchServiceUsed} that the service accepts. */\nexport enum KnownPatchServiceUsed {\n /** Unknown */\n Unknown = \"Unknown\",\n /** WU */\n WU = \"WU\",\n /** WUWsus */\n WUWsus = \"WU_WSUS\",\n /** YUM */\n YUM = \"YUM\",\n /** APT */\n APT = \"APT\",\n /** Zypper */\n Zypper = \"Zypper\",\n}\n\n/**\n * Defines values for PatchServiceUsed. \\\n * {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **WU** \\\n * **WU_WSUS** \\\n * **YUM** \\\n * **APT** \\\n * **Zypper**\n */\nexport type PatchServiceUsed = string;\n\n/** Known values of {@link OsType} that the service accepts. */\nexport enum KnownOsType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n}\n\n/**\n * Defines values for OsType. \\\n * {@link KnownOsType} can be used interchangeably with OsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux**\n */\nexport type OsType = string;\n\n/** Known values of {@link VMGuestPatchRebootSetting} that the service accepts. */\nexport enum KnownVMGuestPatchRebootSetting {\n /** IfRequired */\n IfRequired = \"IfRequired\",\n /** Never */\n Never = \"Never\",\n /** Always */\n Always = \"Always\",\n}\n\n/**\n * Defines values for VMGuestPatchRebootSetting. \\\n * {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IfRequired** \\\n * **Never** \\\n * **Always**\n */\nexport type VMGuestPatchRebootSetting = string;\n\n/** Known values of {@link VMGuestPatchClassificationWindows} that the service accepts. */\nexport enum KnownVMGuestPatchClassificationWindows {\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** UpdateRollUp */\n UpdateRollUp = \"UpdateRollUp\",\n /** FeaturePack */\n FeaturePack = \"FeaturePack\",\n /** ServicePack */\n ServicePack = \"ServicePack\",\n /** Definition */\n Definition = \"Definition\",\n /** Tools */\n Tools = \"Tools\",\n /** Updates */\n Updates = \"Updates\",\n}\n\n/**\n * Defines values for VMGuestPatchClassificationWindows. \\\n * {@link KnownVMGuestPatchClassificationWindows} can be used interchangeably with VMGuestPatchClassificationWindows,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Critical** \\\n * **Security** \\\n * **UpdateRollUp** \\\n * **FeaturePack** \\\n * **ServicePack** \\\n * **Definition** \\\n * **Tools** \\\n * **Updates**\n */\nexport type VMGuestPatchClassificationWindows = string;\n\n/** Known values of {@link VMGuestPatchClassificationLinux} that the service accepts. */\nexport enum KnownVMGuestPatchClassificationLinux {\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** Other */\n Other = \"Other\",\n}\n\n/**\n * Defines values for VMGuestPatchClassificationLinux. \\\n * {@link KnownVMGuestPatchClassificationLinux} can be used interchangeably with VMGuestPatchClassificationLinux,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Critical** \\\n * **Security** \\\n * **Other**\n */\nexport type VMGuestPatchClassificationLinux = string;\n\n/** Known values of {@link VMGuestPatchRebootStatus} that the service accepts. */\nexport enum KnownVMGuestPatchRebootStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** NotNeeded */\n NotNeeded = \"NotNeeded\",\n /** Required */\n Required = \"Required\",\n /** Started */\n Started = \"Started\",\n /** Failed */\n Failed = \"Failed\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Defines values for VMGuestPatchRebootStatus. \\\n * {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **NotNeeded** \\\n * **Required** \\\n * **Started** \\\n * **Failed** \\\n * **Completed**\n */\nexport type VMGuestPatchRebootStatus = string;\n\n/** Known values of {@link ExecutionState} that the service accepts. */\nexport enum KnownExecutionState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Running */\n Running = \"Running\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ExecutionState. \\\n * {@link KnownExecutionState} can be used interchangeably with ExecutionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Pending** \\\n * **Running** \\\n * **Failed** \\\n * **Succeeded** \\\n * **TimedOut** \\\n * **Canceled**\n */\nexport type ExecutionState = string;\n\n/** Known values of {@link GatewayType} that the service accepts. */\nexport enum KnownGatewayType {\n /** Public */\n Public = \"Public\",\n}\n\n/**\n * Defines values for GatewayType. \\\n * {@link KnownGatewayType} can be used interchangeably with GatewayType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public**\n */\nexport type GatewayType = string;\n\n/** Known values of {@link PublicNetworkAccessType} that the service accepts. */\nexport enum KnownPublicNetworkAccessType {\n /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */\n Enabled = \"Enabled\",\n /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */\n Disabled = \"Disabled\",\n /** Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP) */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Defines values for PublicNetworkAccessType. \\\n * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \\\n * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. \\\n * **SecuredByPerimeter**: Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP)\n */\nexport type PublicNetworkAccessType = string;\n\n/** Known values of {@link ProvisioningIssueType} that the service accepts. */\nexport enum KnownProvisioningIssueType {\n /** Perimeter configuration is missing. */\n MissingPerimeterConfiguration = \"MissingPerimeterConfiguration\",\n /** Identity configuration is missing. */\n MissingIdentityConfiguration = \"MissingIdentityConfiguration\",\n /** Configuration failed to propagate. */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n /** Other failure. */\n Other = \"Other\",\n}\n\n/**\n * Defines values for ProvisioningIssueType. \\\n * {@link KnownProvisioningIssueType} can be used interchangeably with ProvisioningIssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MissingPerimeterConfiguration**: Perimeter configuration is missing. \\\n * **MissingIdentityConfiguration**: Identity configuration is missing. \\\n * **ConfigurationPropagationFailure**: Configuration failed to propagate. \\\n * **Other**: Other failure.\n */\nexport type ProvisioningIssueType = string;\n\n/** Known values of {@link ProvisioningIssueSeverity} that the service accepts. */\nexport enum KnownProvisioningIssueSeverity {\n /** Warnings can cause connectivity issues after provisioning succeeds. */\n Warning = \"Warning\",\n /** Errors will cause association provisioning to fail. */\n Error = \"Error\",\n}\n\n/**\n * Defines values for ProvisioningIssueSeverity. \\\n * {@link KnownProvisioningIssueSeverity} can be used interchangeably with ProvisioningIssueSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning**: Warnings can cause connectivity issues after provisioning succeeds. \\\n * **Error**: Errors will cause association provisioning to fail.\n */\nexport type ProvisioningIssueSeverity = string;\n\n/** Known values of {@link AccessRuleDirection} that the service accepts. */\nexport enum KnownAccessRuleDirection {\n /** Traffic originates outside of network. */\n Inbound = \"Inbound\",\n /** Traffic originates inside the network */\n Outbound = \"Outbound\",\n}\n\n/**\n * Defines values for AccessRuleDirection. \\\n * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound**: Traffic originates outside of network. \\\n * **Outbound**: Traffic originates inside the network\n */\nexport type AccessRuleDirection = string;\n\n/** Known values of {@link AccessMode} that the service accepts. */\nexport enum KnownAccessMode {\n /** Indicates that resource access is controlled by the NSP definition. */\n Enforced = \"enforced\",\n /** Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. */\n Audit = \"audit\",\n /** Enables traffic evaluation to fall back to resource-specific firewall configurations. */\n Learning = \"learning\",\n}\n\n/**\n * Defines values for AccessMode. \\\n * {@link KnownAccessMode} can be used interchangeably with AccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enforced**: Indicates that resource access is controlled by the NSP definition. \\\n * **audit**: Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. \\\n * **learning**: Enables traffic evaluation to fall back to resource-specific firewall configurations.\n */\nexport type AccessMode = string;\n/** Defines values for ExtensionsStatusLevelTypes. */\nexport type ExtensionsStatusLevelTypes = \"Info\" | \"Warning\" | \"Error\";\n\n/** Optional parameters. */\nexport interface LicensesValidateLicenseOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validateLicense operation. */\nexport type LicensesValidateLicenseResponse = License;\n\n/** Optional parameters. */\nexport interface LicensesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LicensesCreateOrUpdateResponse = License;\n\n/** Optional parameters. */\nexport interface LicensesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LicensesUpdateResponse = License;\n\n/** Optional parameters. */\nexport interface LicensesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LicensesGetResponse = License;\n\n/** Optional parameters. */\nexport interface LicensesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LicensesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LicensesListByResourceGroupResponse = LicensesListResult;\n\n/** Optional parameters. */\nexport interface LicensesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LicensesListBySubscriptionResponse = LicensesListResult;\n\n/** Optional parameters. */\nexport interface LicensesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LicensesListByResourceGroupNextResponse = LicensesListResult;\n\n/** Optional parameters. */\nexport interface LicensesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LicensesListBySubscriptionNextResponse = LicensesListResult;\n\n/** Optional parameters. */\nexport interface MachinesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MachinesGetOptionalParams extends coreClient.OperationOptions {\n /** The expand expression to apply on the operation. */\n expand?: InstanceViewTypes;\n}\n\n/** Contains response data for the get operation. */\nexport type MachinesGetResponse = Machine;\n\n/** Optional parameters. */\nexport interface MachinesAssessPatchesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the assessPatches operation. */\nexport type MachinesAssessPatchesResponse = MachineAssessPatchesResult;\n\n/** Optional parameters. */\nexport interface MachinesInstallPatchesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the installPatches operation. */\nexport type MachinesInstallPatchesResponse = MachineInstallPatchesResult;\n\n/** Optional parameters. */\nexport interface MachinesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Expands referenced resources. */\n expand?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MachinesListByResourceGroupResponse = MachineListResult;\n\n/** Optional parameters. */\nexport interface MachinesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type MachinesListBySubscriptionResponse = MachineListResult;\n\n/** Optional parameters. */\nexport interface MachinesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type MachinesListByResourceGroupNextResponse = MachineListResult;\n\n/** Optional parameters. */\nexport interface MachinesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type MachinesListBySubscriptionNextResponse = MachineListResult;\n\n/** Optional parameters. */\nexport interface LicenseProfilesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LicenseProfilesCreateOrUpdateResponse = LicenseProfile;\n\n/** Optional parameters. */\nexport interface LicenseProfilesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LicenseProfilesUpdateResponse = LicenseProfile;\n\n/** Optional parameters. */\nexport interface LicenseProfilesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LicenseProfilesGetResponse = LicenseProfile;\n\n/** Optional parameters. */\nexport interface LicenseProfilesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type LicenseProfilesDeleteResponse = LicenseProfilesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface LicenseProfilesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LicenseProfilesListResponse = LicenseProfilesListResult;\n\n/** Optional parameters. */\nexport interface LicenseProfilesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LicenseProfilesListNextResponse = LicenseProfilesListResult;\n\n/** Optional parameters. */\nexport interface MachineExtensionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MachineExtensionsCreateOrUpdateResponse = MachineExtension;\n\n/** Optional parameters. */\nexport interface MachineExtensionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type MachineExtensionsUpdateResponse = MachineExtension;\n\n/** Optional parameters. */\nexport interface MachineExtensionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface MachineExtensionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MachineExtensionsGetResponse = MachineExtension;\n\n/** Optional parameters. */\nexport interface MachineExtensionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The expand expression to apply on the operation. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type MachineExtensionsListResponse = MachineExtensionsListResult;\n\n/** Optional parameters. */\nexport interface MachineExtensionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MachineExtensionsListNextResponse = MachineExtensionsListResult;\n\n/** Optional parameters. */\nexport interface UpgradeExtensionsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionMetadataGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionMetadataGetResponse = ExtensionValue;\n\n/** Optional parameters. */\nexport interface ExtensionMetadataListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ExtensionMetadataListResponse = ExtensionValueListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface NetworkProfileGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NetworkProfileGetResponse = NetworkProfile;\n\n/** Optional parameters. */\nexport interface MachineRunCommandsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MachineRunCommandsCreateOrUpdateResponse = MachineRunCommand;\n\n/** Optional parameters. */\nexport interface MachineRunCommandsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MachineRunCommandsDeleteResponse = MachineRunCommandsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface MachineRunCommandsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MachineRunCommandsGetResponse = MachineRunCommand;\n\n/** Optional parameters. */\nexport interface MachineRunCommandsListOptionalParams\n extends coreClient.OperationOptions {\n /** The expand expression to apply on the operation. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type MachineRunCommandsListResponse = MachineRunCommandsListResult;\n\n/** Optional parameters. */\nexport interface MachineRunCommandsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MachineRunCommandsListNextResponse = MachineRunCommandsListResult;\n\n/** Optional parameters. */\nexport interface GatewaysCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GatewaysCreateOrUpdateResponse = Gateway;\n\n/** Optional parameters. */\nexport interface GatewaysUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type GatewaysUpdateResponse = Gateway;\n\n/** Optional parameters. */\nexport interface GatewaysGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GatewaysGetResponse = Gateway;\n\n/** Optional parameters. */\nexport interface GatewaysDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type GatewaysDeleteResponse = GatewaysDeleteHeaders;\n\n/** Optional parameters. */\nexport interface GatewaysListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type GatewaysListByResourceGroupResponse = GatewaysListResult;\n\n/** Optional parameters. */\nexport interface GatewaysListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type GatewaysListBySubscriptionResponse = GatewaysListResult;\n\n/** Optional parameters. */\nexport interface GatewaysListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type GatewaysListByResourceGroupNextResponse = GatewaysListResult;\n\n/** Optional parameters. */\nexport interface GatewaysListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type GatewaysListBySubscriptionNextResponse = GatewaysListResult;\n\n/** Optional parameters. */\nexport interface SettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SettingsGetResponse = Settings;\n\n/** Optional parameters. */\nexport interface SettingsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SettingsUpdateResponse = Settings;\n\n/** Optional parameters. */\nexport interface SettingsPatchOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the patch operation. */\nexport type SettingsPatchResponse = Settings;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateLinkScopesListResponse =\n HybridComputePrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PrivateLinkScopesListByResourceGroupResponse =\n HybridComputePrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkScopesGetResponse = HybridComputePrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateLinkScopesCreateOrUpdateResponse =\n HybridComputePrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type PrivateLinkScopesUpdateTagsResponse = HybridComputePrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesGetValidationDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getValidationDetails operation. */\nexport type PrivateLinkScopesGetValidationDetailsResponse =\n PrivateLinkScopeValidationDetails;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesGetValidationDetailsForMachineOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getValidationDetailsForMachine operation. */\nexport type PrivateLinkScopesGetValidationDetailsForMachineResponse =\n PrivateLinkScopeValidationDetails;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateLinkScopesListNextResponse =\n HybridComputePrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PrivateLinkScopesListByResourceGroupNextResponse =\n HybridComputePrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateLinkResourcesListByPrivateLinkScopeResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByPrivateLinkScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScopeNext operation. */\nexport type PrivateLinkResourcesListByPrivateLinkScopeNextResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateEndpointConnectionsListByPrivateLinkScopeResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByPrivateLinkScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScopeNext operation. */\nexport type PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByPrivateLinkScope operation. */\nexport type NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeResponse =\n NetworkSecurityPerimeterConfiguration;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeResponse =\n NetworkSecurityPerimeterConfigurationListResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reconcileForPrivateLinkScope operation. */\nexport type NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse =\n NetworkSecurityPerimeterConfigurationReconcileResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScopeNext operation. */\nexport type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextResponse =\n NetworkSecurityPerimeterConfigurationListResult;\n\n/** Optional parameters. */\nexport interface HybridComputeManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
@@ -0,0 +1,132 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
export declare const LicenseDetails: coreClient.CompositeMapper;
|
3
|
+
export declare const VolumeLicenseDetails: coreClient.CompositeMapper;
|
4
|
+
export declare const Resource: coreClient.CompositeMapper;
|
5
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
6
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
7
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
8
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
9
|
+
export declare const ResourceUpdate: coreClient.CompositeMapper;
|
10
|
+
export declare const LicensesListResult: coreClient.CompositeMapper;
|
11
|
+
export declare const LocationData: coreClient.CompositeMapper;
|
12
|
+
export declare const AgentConfiguration: coreClient.CompositeMapper;
|
13
|
+
export declare const ConfigurationExtension: coreClient.CompositeMapper;
|
14
|
+
export declare const ServiceStatuses: coreClient.CompositeMapper;
|
15
|
+
export declare const ServiceStatus: coreClient.CompositeMapper;
|
16
|
+
export declare const HardwareProfile: coreClient.CompositeMapper;
|
17
|
+
export declare const Processor: coreClient.CompositeMapper;
|
18
|
+
export declare const StorageProfile: coreClient.CompositeMapper;
|
19
|
+
export declare const Disk: coreClient.CompositeMapper;
|
20
|
+
export declare const FirmwareProfile: coreClient.CompositeMapper;
|
21
|
+
export declare const CloudMetadata: coreClient.CompositeMapper;
|
22
|
+
export declare const AgentUpgrade: coreClient.CompositeMapper;
|
23
|
+
export declare const OSProfile: coreClient.CompositeMapper;
|
24
|
+
export declare const OSProfileWindowsConfiguration: coreClient.CompositeMapper;
|
25
|
+
export declare const PatchSettingsStatus: coreClient.CompositeMapper;
|
26
|
+
export declare const OSProfileLinuxConfiguration: coreClient.CompositeMapper;
|
27
|
+
export declare const LicenseProfileMachineInstanceView: coreClient.CompositeMapper;
|
28
|
+
export declare const LicenseProfileStorageModelEsuProperties: coreClient.CompositeMapper;
|
29
|
+
export declare const EsuKey: coreClient.CompositeMapper;
|
30
|
+
export declare const ProductFeature: coreClient.CompositeMapper;
|
31
|
+
export declare const MachineExtensionInstanceView: coreClient.CompositeMapper;
|
32
|
+
export declare const MachineExtensionInstanceViewStatus: coreClient.CompositeMapper;
|
33
|
+
export declare const NetworkProfile: coreClient.CompositeMapper;
|
34
|
+
export declare const NetworkInterface: coreClient.CompositeMapper;
|
35
|
+
export declare const IpAddress: coreClient.CompositeMapper;
|
36
|
+
export declare const Subnet: coreClient.CompositeMapper;
|
37
|
+
export declare const MachineExtensionProperties: coreClient.CompositeMapper;
|
38
|
+
export declare const Identity: coreClient.CompositeMapper;
|
39
|
+
export declare const ProductFeatureUpdate: coreClient.CompositeMapper;
|
40
|
+
export declare const LicenseProfilesListResult: coreClient.CompositeMapper;
|
41
|
+
export declare const MachineAssessPatchesResult: coreClient.CompositeMapper;
|
42
|
+
export declare const AvailablePatchCountByClassification: coreClient.CompositeMapper;
|
43
|
+
export declare const MachineInstallPatchesParameters: coreClient.CompositeMapper;
|
44
|
+
export declare const WindowsParameters: coreClient.CompositeMapper;
|
45
|
+
export declare const LinuxParameters: coreClient.CompositeMapper;
|
46
|
+
export declare const MachineInstallPatchesResult: coreClient.CompositeMapper;
|
47
|
+
export declare const MachineListResult: coreClient.CompositeMapper;
|
48
|
+
export declare const MachineExtensionsListResult: coreClient.CompositeMapper;
|
49
|
+
export declare const MachineExtensionUpgrade: coreClient.CompositeMapper;
|
50
|
+
export declare const ExtensionTargetProperties: coreClient.CompositeMapper;
|
51
|
+
export declare const ResourceAutoGenerated: coreClient.CompositeMapper;
|
52
|
+
export declare const ExtensionValueListResult: coreClient.CompositeMapper;
|
53
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
54
|
+
export declare const OperationValue: coreClient.CompositeMapper;
|
55
|
+
export declare const OperationValueDisplay: coreClient.CompositeMapper;
|
56
|
+
export declare const MachineRunCommandScriptSource: coreClient.CompositeMapper;
|
57
|
+
export declare const RunCommandManagedIdentity: coreClient.CompositeMapper;
|
58
|
+
export declare const RunCommandInputParameter: coreClient.CompositeMapper;
|
59
|
+
export declare const MachineRunCommandInstanceView: coreClient.CompositeMapper;
|
60
|
+
export declare const ExtensionsResourceStatus: coreClient.CompositeMapper;
|
61
|
+
export declare const MachineRunCommandsListResult: coreClient.CompositeMapper;
|
62
|
+
export declare const ErrorResponseAutoGenerated: coreClient.CompositeMapper;
|
63
|
+
export declare const ErrorDetailAutoGenerated: coreClient.CompositeMapper;
|
64
|
+
export declare const GatewaysListResult: coreClient.CompositeMapper;
|
65
|
+
export declare const HybridComputePrivateLinkScopeListResult: coreClient.CompositeMapper;
|
66
|
+
export declare const HybridComputePrivateLinkScopeProperties: coreClient.CompositeMapper;
|
67
|
+
export declare const PrivateEndpointConnectionDataModel: coreClient.CompositeMapper;
|
68
|
+
export declare const PrivateEndpointConnectionProperties: coreClient.CompositeMapper;
|
69
|
+
export declare const PrivateEndpointProperty: coreClient.CompositeMapper;
|
70
|
+
export declare const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper;
|
71
|
+
export declare const PrivateLinkScopesResource: coreClient.CompositeMapper;
|
72
|
+
export declare const TagsResource: coreClient.CompositeMapper;
|
73
|
+
export declare const PrivateLinkResourceListResult: coreClient.CompositeMapper;
|
74
|
+
export declare const PrivateLinkResourceProperties: coreClient.CompositeMapper;
|
75
|
+
export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
|
76
|
+
export declare const PrivateLinkScopeValidationDetails: coreClient.CompositeMapper;
|
77
|
+
export declare const ConnectionDetail: coreClient.CompositeMapper;
|
78
|
+
export declare const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper;
|
79
|
+
export declare const ProvisioningIssue: coreClient.CompositeMapper;
|
80
|
+
export declare const AccessRule: coreClient.CompositeMapper;
|
81
|
+
export declare const NetworkSecurityPerimeter: coreClient.CompositeMapper;
|
82
|
+
export declare const ResourceAssociation: coreClient.CompositeMapper;
|
83
|
+
export declare const NetworkSecurityPerimeterProfile: coreClient.CompositeMapper;
|
84
|
+
export declare const NetworkSecurityPerimeterConfigurationListResult: coreClient.CompositeMapper;
|
85
|
+
export declare const NetworkSecurityPerimeterConfigurationReconcileResult: coreClient.CompositeMapper;
|
86
|
+
export declare const HybridIdentityMetadataList: coreClient.CompositeMapper;
|
87
|
+
export declare const AgentVersionsList: coreClient.CompositeMapper;
|
88
|
+
export declare const AgentVersion: coreClient.CompositeMapper;
|
89
|
+
export declare const KeyProperties: coreClient.CompositeMapper;
|
90
|
+
export declare const KeyDetails: coreClient.CompositeMapper;
|
91
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
92
|
+
export declare const ProxyResourceAutoGenerated: coreClient.CompositeMapper;
|
93
|
+
export declare const LicenseUpdate: coreClient.CompositeMapper;
|
94
|
+
export declare const LicenseProfileUpdate: coreClient.CompositeMapper;
|
95
|
+
export declare const MachineExtensionUpdate: coreClient.CompositeMapper;
|
96
|
+
export declare const GatewayUpdate: coreClient.CompositeMapper;
|
97
|
+
export declare const MachineUpdate: coreClient.CompositeMapper;
|
98
|
+
export declare const MachineRunCommandUpdate: coreClient.CompositeMapper;
|
99
|
+
export declare const LicenseProfileArmEsuPropertiesWithoutAssignedLicense: coreClient.CompositeMapper;
|
100
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
101
|
+
export declare const TrackedResourceAutoGenerated: coreClient.CompositeMapper;
|
102
|
+
export declare const HybridComputePrivateLinkScope: coreClient.CompositeMapper;
|
103
|
+
export declare const License: coreClient.CompositeMapper;
|
104
|
+
export declare const MachineExtension: coreClient.CompositeMapper;
|
105
|
+
export declare const Machine: coreClient.CompositeMapper;
|
106
|
+
export declare const LicenseProfile: coreClient.CompositeMapper;
|
107
|
+
export declare const MachineRunCommand: coreClient.CompositeMapper;
|
108
|
+
export declare const Settings: coreClient.CompositeMapper;
|
109
|
+
export declare const PrivateLinkResource: coreClient.CompositeMapper;
|
110
|
+
export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
|
111
|
+
export declare const HybridIdentityMetadata: coreClient.CompositeMapper;
|
112
|
+
export declare const NetworkConfiguration: coreClient.CompositeMapper;
|
113
|
+
export declare const LicenseProfileMachineInstanceViewEsuProperties: coreClient.CompositeMapper;
|
114
|
+
export declare const LicenseProfileArmEsuProperties: coreClient.CompositeMapper;
|
115
|
+
export declare const ExtensionValue: coreClient.CompositeMapper;
|
116
|
+
export declare const Gateway: coreClient.CompositeMapper;
|
117
|
+
export declare const MachinesAssessPatchesHeaders: coreClient.CompositeMapper;
|
118
|
+
export declare const MachinesInstallPatchesHeaders: coreClient.CompositeMapper;
|
119
|
+
export declare const LicenseProfilesCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
120
|
+
export declare const LicenseProfilesUpdateHeaders: coreClient.CompositeMapper;
|
121
|
+
export declare const LicenseProfilesDeleteHeaders: coreClient.CompositeMapper;
|
122
|
+
export declare const MachineExtensionsUpdateHeaders: coreClient.CompositeMapper;
|
123
|
+
export declare const MachineExtensionsDeleteHeaders: coreClient.CompositeMapper;
|
124
|
+
export declare const HybridComputeManagementClientUpgradeExtensionsHeaders: coreClient.CompositeMapper;
|
125
|
+
export declare const MachineRunCommandsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
126
|
+
export declare const MachineRunCommandsDeleteHeaders: coreClient.CompositeMapper;
|
127
|
+
export declare const GatewaysCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
128
|
+
export declare const GatewaysDeleteHeaders: coreClient.CompositeMapper;
|
129
|
+
export declare const PrivateLinkScopesDeleteHeaders: coreClient.CompositeMapper;
|
130
|
+
export declare const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper;
|
131
|
+
export declare const NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders: coreClient.CompositeMapper;
|
132
|
+
//# sourceMappingURL=mappers.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|